Skip to content

Commit

Permalink
[wip] test
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Mar 4, 2024
1 parent b29d938 commit 5986e1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- pythoneditor-tests-cleanup
pull_request:
branches:
- master
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ commands_pre =
# freeze environment
pip freeze
commands =
coverage run -m unittest -v Orange.tests Orange.widgets.tests
coverage run -Xdev -m unittest -v Orange.tests Orange.widgets.tests
coverage combine
coverage report
# codecov-actions wants xml report
Expand Down Expand Up @@ -102,7 +102,7 @@ commands_pre =
# freeze environment
pip freeze
commands =
python -m unittest -v Orange.tests Orange.widgets.tests
python -Xdev -m unittest -v Orange.tests Orange.widgets.tests

[testenv:pyqt6]
changedir =
Expand All @@ -117,7 +117,7 @@ deps =
PyQt6-WebEngine-Qt6==6.5.*

commands =
python -m unittest -v Orange.widgets.tests
python -Xdev -m unittest -v Orange.widgets.tests

[testenv:add-ons]
deps =
Expand All @@ -127,7 +127,7 @@ deps =
Orange3-ImageAnalytics
Orange3-Text
commands =
python -m unittest discover --verbose --start-directory {envsitepackagesdir}/orangecontrib
python -Xdev -m unittest discover --verbose --start-directory {envsitepackagesdir}/orangecontrib

[testenv:pylint-ci]
changedir = {toxinidir}
Expand Down

0 comments on commit 5986e1c

Please sign in to comment.