GatorEducator / execexam

:rocket: ExecExam runs executable examinations that assess Python programming skills
https://pypi.org/project/execexam/
1 stars 3 forks source link

Fix/correct pytest plugin #1

Closed gkapfham closed 2 weeks ago

gkapfham commented 2 weeks ago

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:

PCain02 commented 2 weeks ago

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 commented 2 weeks ago

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

rebekahrudd commented 2 weeks ago

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

PhilipOlwoc commented 2 weeks ago

I tested it and it works.

TitusSmith33 commented 2 weeks ago

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

hannahb09 commented 2 weeks ago

I tested it and it works