Skip to content

Commit

Permalink
Testing functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-pok committed Jul 9, 2024
1 parent 6217b18 commit 57c2616
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Run tox
run: |
tox -e lint
tox -e coverage
tox -e py
# tox -e lint
# tox -e coverage
# tox -e py
tox -e functional

- name: Upload to codecov
Expand Down
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ deps = {[base]testdeps}
commands = pytest -vv tests/unit

[testenv:functional]
commands = pytest -vv tests/functional
commands =
echo $PATH
echo $PWD
parquet2hdf5 --version
# commands = pytest -vv tests/functional

[testenv:lint]
deps =
Expand Down

0 comments on commit 57c2616

Please sign in to comment.