donkirkby/live-py-plugin

Pytest doesn't call the test module

donkirkby opened this issue · 0 comments

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:

  • PyCharm 2023.1.1
  • Live Coding plugin 4.10.0
  • Ubuntu 20.04
  • Python 3.10.11