Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Tests #343

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Refactor Tests #343

wants to merge 2 commits into from

Conversation

techman83
Copy link
Member

This switches over the unittests to use the autodiscovery method. Along with tidying up the the dev environment. The formatting provider is now configured differently, there are better tools, but changing is a bit more involved and will come in a future PR.

This allows the test cases to use the autodiscovery mechanisms of unittest and
pytest. Instead of requiring a bunch of manual configuration
@HebaruSan HebaruSan added Environment It's about the dev/prod environment Tests Tests, we need more tests! labels Sep 21, 2024
if: ${{ false && github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has the coverage thing actually been fixed?

Copy link
Member

@HebaruSan HebaruSan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not try to sneak re-enabling the broken coverage check into every unrelated PR 😝

@techman83
Copy link
Member Author

I'm working on it 😝 I at least understand why now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Environment It's about the dev/prod environment Tests Tests, we need more tests!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants