Skip to content
Snippets Groups Projects
Unverified Commit de70c1ed authored by Daniel W. Anner's avatar Daniel W. Anner Committed by GitHub
Browse files

Test updates (#1455)

* breaking out tests for easier usage

* refactoring codebase

* Added verification for properly formatted slug and fixed definitions that were incorrect

* Adding new test case to ensure the file name matches either the slug or the part_number

* fixed file names to match proper formatting

* Adding test for annotating failures
parent c95b1661
Branches
No related tags found
No related merge requests found
......@@ -25,5 +25,8 @@ jobs:
- name: Format YAML files (yamlfmt)
run: |
pre-commit run --config .pre-commit-yamlfmt-config.yaml --all-files
- name: Install plugin
run: pip install pytest-github-actions-annotate-failures
- name: Run tests
id: pytest
run: pytest --tb=short -v
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment