bricklanetech/Run tests with PyTest

Unit test with PyTest and publish results

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sourceThe directory where the python source code is located, defaults to current directory.no.
configurationFile path to the pytest configuration file (.ini).no""
testFolderThe directory where the tests are located (from the source path), if targetting a specific folderno""
argsAdditional arguments to pass to pytest.no""
outputFileThe file to write the test results to.no${{ github.workspace }}/test-results/results.xml
publishWhether to publish the test results.notrue
githubTokenThe GitHub token to use for checkouting and publishing the test results.yes""
pythonVersionThe python version to use.no3.9

no outputs