Skip to content

Commit

Permalink
--debug
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Sep 1, 2020
1 parent 3521e58 commit 61bd61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
python: "3.7"
os: windows-latest
tox_env: "py37"
script_prefix: "env PYTEST_REORDER_TESTS=0 PYTEST_DEBUG=1"
pytest_addopts: "--verbosity=2 testing/test_assertrewrite.py:1284::TestEarlyRewriteBailout::test_basic testing/test_collection.py:707::Test_getinitialnodes::test_pkgfile testing/test_collection.py:1095::test_collect_init_tests testing/python/fixtures.py:1571::TestFixtureManagerParseFactories::test_package_xunit_fixture testing/python/fixtures.py:4105::TestScopeOrdering::test_multiple_packages"
script_prefix: "env PYTEST_REORDER_TESTS=0"
pytest_addopts: "--debug --verbosity=2 testing/test_assertrewrite.py:1284::TestEarlyRewriteBailout::test_basic testing/test_collection.py:707::Test_getinitialnodes::test_pkgfile testing/test_collection.py:1095::test_collect_init_tests testing/python/fixtures.py:1571::TestFixtureManagerParseFactories::test_package_xunit_fixture testing/python/fixtures.py:4105::TestScopeOrdering::test_multiple_packages"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 61bd61c

Please sign in to comment.