Skip to content

Commit

Permalink
Testing some new stuff and fixed test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
adalfarus committed Jun 9, 2024
1 parent 6551c8d commit 3a32872
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
- name: Install aplustools in editable mode
run: |
pip install -e .
- name: Install dependencies using aplustools
run: |
python -c "import aplustools; aplustools.install_all_dependencies()"
Expand Down
2 changes: 1 addition & 1 deletion apt_build_master.bat
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mkdir "%DIR%"

REM Run tests
echo Running tests...
pytest aplustools/tests
pytest src/aplustools/tests
echo Tests completed.
exit /b

Expand Down
2 changes: 1 addition & 1 deletion apt_build_master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ run_tests() {

# Run tests
echo "Running tests..."
pytest aplustools/tests
pytest src/aplustools/tests
echo "Tests completed."
}

Expand Down

0 comments on commit 3a32872

Please sign in to comment.