File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 4343
4444 - name : Testing Parse
4545 run : |
46- # Use python -m pytest to ensure the correct environment's pytest is used
4746 python -m pytest -vv --cov=massql ./tests/test_parse.py
4847
4948 - name : Run test_translate
5049 run : |
51- pytest -vv --cov=massql ./tests/test_translate.py
50+ pytest -vv --cov=massql ./tests/test_translate.py
51+
52+ - name : Run test_extraction
53+ run : |
54+ pytest -vv --cov=massql ./tests/test_extraction.py
55+
56+ - name : Run test_visualize
57+ run : |
58+ pytest -vv --cov=massql ./tests/test_visualize.py
59+
60+ - name : Run test_file_loading
61+ run : |
62+ pytest -vv --cov=massql ./tests/test_file_loading.py
63+
64+ - name : Run test_query
65+ run : |
66+ pytest -vv --cov=massql ./tests/test_query.py -n 4
You can’t perform that action at this time.
0 commit comments