init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
11
.venv/lib/python3.8/site-packages/mypyc/test/config.py
Normal file
11
.venv/lib/python3.8/site-packages/mypyc/test/config.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import os
|
||||
|
||||
provided_prefix = os.getenv('MYPY_TEST_PREFIX', None)
|
||||
if provided_prefix:
|
||||
PREFIX = provided_prefix
|
||||
else:
|
||||
this_file_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
PREFIX = os.path.dirname(os.path.dirname(this_file_dir))
|
||||
|
||||
# Location of test data files such as test case descriptions.
|
||||
test_data_prefix = os.path.join(PREFIX, 'mypyc', 'test-data')
|
||||
Loading…
Add table
Add a link
Reference in a new issue