We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a6bd2 commit 089d6cdCopy full SHA for 089d6cd
tests/table/instance/test_get_related.py
@@ -0,0 +1,11 @@
1
+# from tests.example_project.tables import Pokemon
2
+from tests.base import DBTestCase
3
+
4
5
+class TestGetRelated(DBTestCase):
6
7
+ def test_get_related(self):
8
+ """
9
+ Make sure you can get a related object from another object instance.
10
11
+ raise NotImplementedError
tests/table/instance/test_save.py
@@ -12,7 +12,7 @@ def tearDown(self):
12
13
def test_save_new(self):
14
"""
15
- Make sure that saving a new
+ Make sure that saving a new instance works.
16
17
self.insert_rows()
18
0 commit comments