We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73058a5 commit 5fc8a97Copy full SHA for 5fc8a97
test/test_Utils.py
@@ -1,7 +1,7 @@
1
class TestUtils():
2
3
def test_remove_all_objects(self, utils):
4
- assert utils.remove_all_objects() == True,\
+ assert utils.remove_all_objects() == True, \
5
"Failed to remove all objects"
6
7
def test_get_descriptorset_list(self, utils):
0 commit comments