Skip to content

Commit

Permalink
test/cli: move addon tests from test-other.py to new test-addons.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mvds00 committed Jan 5, 2024
1 parent 782467c commit 72896e8
Show file tree
Hide file tree
Showing 3 changed files with 670 additions and 661 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
python -m pytest -Werror --strict-markers -vv test-helloworld.py || exit /b !errorlevel!
python -m pytest -Werror --strict-markers -vv test-inline-suppress.py || exit /b !errorlevel!
python -m pytest -Werror --strict-markers -vv test-more-projects.py || exit /b !errorlevel!
python -m pytest -Werror --strict-markers -vv test-addons.py || exit /b !errorlevel!
python -m pytest -Werror --strict-markers -vv test-other.py || exit /b !errorlevel!
python -m pytest -Werror --strict-markers -vv test-proj2.py || exit /b !errorlevel!
python -m pytest -Werror --strict-markers -vv test-suppress-syntaxError.py || exit /b !errorlevel!
Expand Down
Loading

0 comments on commit 72896e8

Please sign in to comment.