Skip to content

Commit

Permalink
[nomerge] exhaustive test
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Apr 3, 2020
1 parent 50c4b3d commit 2e23f77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis/stage_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export PYTHONWARNINGS=module
catchsegv xvfb-run -a -s "$XVFBARGS" \
python -m unittest Orange.widgets.tests.test_workflows -v

catchsegv xvfb-run -a -s "$XVFBARGS" \
python -m unittest -v Orange.widgets.evaluate.tests.test_owtestandscore{,,,,,,,,,,}

# Skip loading of example workflows as that inflates coverage
export SKIP_EXAMPLE_WORKFLOWS=True
catchsegv xvfb-run -a -s "$XVFBARGS" \
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ test_script:
# Raise OrangeDeprecationWarnings as errors
- set ORANGE_DEPRECATIONS_ERROR=1
- set PYTHONWARNINGS=module
- python -m unittest -b -v Orange.widgets.evaluate.tests.test_owtestandscore Orange.widgets.evaluate.tests.test_owtestandscore Orange.widgets.evaluate.tests.test_owtestandscore Orange.widgets.evaluate.tests.test_owtestandscore Orange.widgets.evaluate.tests.test_owtestandscore Orange.widgets.evaluate.tests.test_owtestandscore Orange.widgets.evaluate.tests.test_owtestandscore Orange.widgets.evaluate.tests.test_owtestandscore Orange.widgets.evaluate.tests.test_owtestandscore Orange.widgets.evaluate.tests.test_owtestandscore
- python -m unittest -b -v Orange.tests Orange.widgets.tests
- cd ..\..

Expand Down

0 comments on commit 2e23f77

Please sign in to comment.