You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
More testing
This commit is contained in:
4
Makefile
4
Makefile
@@ -29,12 +29,12 @@ check-short: pytest
|
|||||||
|
|
||||||
# Note for 2.6 use <=3.0.1 see requirements-dev.txt
|
# Note for 2.6 use <=3.0.1 see requirements-dev.txt
|
||||||
#: Tests for Python 2.7, 3.3 and 3.4
|
#: Tests for Python 2.7, 3.3 and 3.4
|
||||||
check-2.6 check-2.7 check-3.3 check-3.4: pytest
|
check-2.6 check-2.7 check-3.3 check-3.4 check-3.5: pytest
|
||||||
$(MAKE) -C test $@
|
$(MAKE) -C test $@
|
||||||
|
|
||||||
#: Tests for Python 3.2 and 3.5 - pytest doesn't work here
|
#: Tests for Python 3.2 and 3.5 - pytest doesn't work here
|
||||||
# Or rather 3.5 doesn't work not on Travis
|
# Or rather 3.5 doesn't work not on Travis
|
||||||
check-3.0 check-3.1 check-3.2 check-3.5 check-3.6:
|
check-3.0 check-3.1 check-3.2 check-3.6:
|
||||||
$(MAKE) -C test $@
|
$(MAKE) -C test $@
|
||||||
|
|
||||||
check-3.7: pytest
|
check-3.7: pytest
|
||||||
|
@@ -50,7 +50,7 @@ def test_grammar():
|
|||||||
unused_rhs.add('call')
|
unused_rhs.add('call')
|
||||||
if PYTHON_VERSION == 3.5:
|
if PYTHON_VERSION == 3.5:
|
||||||
expect_right_recursive.add((('l_stmts',
|
expect_right_recursive.add((('l_stmts',
|
||||||
('lastl_stmt', 'COME_FROM', 'l_stmts'))))
|
('lastl_stmt', 'come_froms', 'l_stmts'))))
|
||||||
pass
|
pass
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user