mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 21:20:06 +00:00
More coverage on 3.2 and 3.3
This commit is contained in:
parent
f2eaa09e96
commit
98312c172b
@ -124,6 +124,12 @@ grammar-coverage-2.7:
|
||||
SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-27.cover $(PYTHON) test_pythonlib.py --bytecode-2.7
|
||||
SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-27.cover $(PYTHON) test_pyenvlib.py --2.7.13
|
||||
|
||||
#: Get grammar coverage for Python 3.1
|
||||
grammar-coverage-3.1:
|
||||
-rm $(COVER_DIR)/spark-grammar-32.cover
|
||||
SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-31.cover $(PYTHON) test_pythonlib.py --bytecode-3.1
|
||||
SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-31.cover $(PYTHON) test_pyenvlib.py --3.1.5
|
||||
|
||||
#: Get grammar coverage for Python 3.2
|
||||
grammar-coverage-3.2:
|
||||
-rm $(COVER_DIR)/spark-grammar-32.cover
|
||||
|
BIN
test/bytecode_3.2/10_del.pyc
Normal file
BIN
test/bytecode_3.2/10_del.pyc
Normal file
Binary file not shown.
BIN
test/bytecode_3.3/10_del.pyc
Normal file
BIN
test/bytecode_3.3/10_del.pyc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user