Skip to content

Commit 56c6473

Browse files
committed
Expand litmus test assertions to basic and copymove suites
Enable test assertions for basic and copymove suites in addition to props. Both suites now pass 100% of tests: - basic: 16/16 tests pass - copymove: 13/13 tests pass - props: 11/14 tests pass (3 known locking failures) This improves test coverage from asserting 14 tests to asserting 43 tests.
1 parent 242c7df commit 56c6473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_litmus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
port = 38028
2121

2222
class TestFilter:
23-
_suites = ['props']
23+
_suites = ['basic', 'copymove', 'props']
2424
_skipping = True
2525

2626
def skipLine(self, line):

0 commit comments

Comments
 (0)