Skip to content

Commit

Permalink
Move script test to tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
YooSunYoung committed Apr 19, 2024
1 parent 57337f7 commit c6f7362
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ jobs:
with:
name: CoverageReport
path: coverage_html/
- run: scicat_ingestor --help # Minimal test of the script
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ deps = -r requirements/test.txt
setenv =
JUPYTER_PLATFORM_DIRS = 1
commands = pytest {posargs}
scicat_ingestor --help # Minimal test of the script

[testenv:nightly]
deps = -r requirements/nightly.txt
Expand Down

0 comments on commit c6f7362

Please sign in to comment.