Skip to content

Commit

Permalink
prueba
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfeco committed Sep 13, 2023
1 parent 3d97322 commit ec6a450
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: show python path
run: |
python -c "import sys; print('\n'.join(sys.path)); import os; print(os.getcwd())"
#- name: Test with pytest
# run: |
# python -m pytest tests/test_btc_01_pl.py
# python -m pytest tests/test_btc_02_ae.py
# python -m pytest tests/test_btc_03_qpe.py
- name: Test with pytest
run: |
PYTHONPATH=$(pwd) python -m pytest tests/test_btc_01_pl.py
PYTHONPATH=$(pwd) python -m pytest tests/test_btc_02_ae.py
PYTHONPATH=$(pwd) python -m pytest tests/test_btc_03_qpe.py
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def run_tests(self):
errno = pytest.main([".", "-vv"])
sys.exit(errno)


setup(
name="TNBS",
version="0.0.1",
Expand Down

0 comments on commit ec6a450

Please sign in to comment.