Commit 82e3b2c 1 parent 69e3648 commit 82e3b2c Copy full SHA for 82e3b2c
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ def test_delete_sketch(self):
345
345
# attempt to pull sketch
346
346
# breakpoint()
347
347
with self .assertions .assertRaises (RuntimeError ):
348
- self .api .get_sketch (sketch_id ).name
348
+ self .api .get_sketch (sketch_id ).name # pylint: disable=W0106
349
349
350
350
# test to delete a sketch that is archived
351
351
def test_delete_archived_sketch (self ):
@@ -386,7 +386,9 @@ def test_modify_sketch_name_description(self):
386
386
self .assertions .assertEqual (sketch2 .description , "new_description" )
387
387
388
388
def test_modify_sketch_with_empty_name (self ):
389
- """Test modifying a sketch with an empty name. They should not be used, thus keeping the old names"""
389
+ """Test modifying a sketch with an empty name.
390
+ They should not be used, thus keeping the old names.
391
+ """
390
392
sketch = self .api .create_sketch (
391
393
name = "test_modify_sketch_with_empty_name" ,
392
394
description = "test_modify_sketch_with_empty_name" ,
You can’t perform that action at this time.
0 commit comments