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

Fix/correct pytest plugin #1

Merged
merged 19 commits into from
Sep 13, 2024
Merged

Fix/correct pytest plugin #1

merged 19 commits into from
Sep 13, 2024

Conversation

gkapfham
Copy link
Collaborator

@gkapfham gkapfham commented Sep 8, 2024

This pull request fixes a defect inside of execexam that prevented it from working correctly because it both declared that it was a Pytest plugin and that it contained a Pytest plugin. This causes pytest to not work correctly and then there was no output when running an execexam command.

Additional improvements:

  • There is some dependency that is not correctly using Pydantic and this causes warnings to appear. As such, we added code that will disable those warnings from being displayed in the console.

@gkapfham gkapfham added the bug Something isn't working label Sep 8, 2024
@gkapfham gkapfham self-assigned this Sep 8, 2024
…tion to be alphabetical in execexam/enumerations.py.
@PCain02
Copy link
Collaborator

PCain02 commented Sep 12, 2024

I tested the code from this PR on Windows and it worked properly. I recommend pushing this PR as long as it works for the other operating systems.

@hemanialaparthi
Copy link
Collaborator

I tested this PR on mac and it worked. I approve that this works and it can be merged!

@rebekahrudd
Copy link
Collaborator

I tested this new code on Linux. These changes work and don't break the code!

@PhilipOlwoc
Copy link

I tested it and it works.

@TitusSmith33
Copy link

I am also on a Windows OS, and I was able to get it to work correctly using this PR, I recommend pushing!!

@hannahb09
Copy link
Collaborator

I tested it and it works

@gkapfham gkapfham merged commit df9df18 into main Sep 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants