-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
…red execexam to be a pytest plugin.
… in execexam/main.py.
…nction in execexam/main.py.
…tion to be alphabetical in execexam/enumerations.py.
…/pytest_plugin.py file.
…exam/enumerations.py.
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. |
I tested this PR on mac and it worked. I approve that this works and it can be merged! |
I tested this new code on Linux. These changes work and don't break the code! |
I tested it and it works. |
I am also on a Windows OS, and I was able to get it to work correctly using this PR, I recommend pushing!! |
I tested it and it works |
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 causespytest
to not work correctly and then there was no output when running anexecexam
command.Additional improvements: