1 parent 978cf5e commit 38af2f9Copy full SHA for 38af2f9
1 file changed
sdk/test/examples/test_tutorials.py
@@ -45,6 +45,7 @@ def test_tutorial_storage(self):
45
)
46
def test_tutorial_backend_couchdb(self):
47
pass
48
+ # The tutorial already includes assert statements for the relevant points. So no further checks are required.
49
50
def test_tutorial_serialization_deserialization_json(self):
51
with temporary_workingdirectory():
0 commit comments