donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
290 stars 57 forks source link

Pytest doesn't call the test module #548

Closed donkirkby closed 1 year ago

donkirkby commented 1 year ago

What I did

Wrote a unit test, and tried running it in live mode. Not sure about what exactly causes the problem, maybe depending on matplotlib or the six module?

What happened

Wasn't able to display the state of the unit test. Instead, got this error:

-------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
SystemExit: ExitCode.USAGE_ERROR | pytest for test_log_display.test_record_move doesn't call the tests.test_log_display module. Try a different run configuration. |
-------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |

My environment

Describe the versions of everything you were using: