You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Reinstate some tests
This commit is contained in:
Binary file not shown.
@@ -14,4 +14,4 @@ for y in (1, 2, 10):
|
||||
expected = 3
|
||||
result.append(expected)
|
||||
|
||||
assert result == [10, 2, 3]
|
||||
assert result == [3, 2, 3]
|
||||
|
Reference in New Issue
Block a user