Skip to content

Commit ff45659

Browse files
committed
updating
1 parent b8f2959 commit ff45659

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,24 @@ jobs:
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

0 commit comments

Comments
 (0)