Skip to content

Split separate module tests #3

Description

@LukeSavefrogs

Each module should have its own CI test, to spot immediately what is failing and why.

For example, the polyfills.json module would have:

  • .github/workflows/tests-json-cpython.yml:
    python ./scripts/run_tests.py -s src/polyfills/json -p "*.py" -v
  • .github/workflows/tests-json-jython.yml:
    jython ./scripts/run_tests.py -s src/polyfills/json -p "*.py" -v

In the meantime, the polyfills.pathlib module would have:

  • .github/workflows/tests-pathlib-cpython.yml:
    python ./scripts/run_tests.py -s src/polyfills/pathlib -p "*.py" -v
  • .github/workflows/tests-pathlib-jython.yml:
    jython ./scripts/run_tests.py -s src/polyfills/pathlib -p "*.py" -v

Metadata

Metadata

Assignees

No one assigned

    Labels

    testingIssues regarding automated testing or testing in general

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions