spyder-ide / spyder-unittest

A plugin for Spyder to run tests and view the results
MIT License
79 stars 34 forks source link

unittest single file #219

Closed kr-g closed 9 months ago

kr-g commented 9 months ago

when i run spyder-unittest all tests in my project tests folder are executed. this works well.

how can i run only the testcases of the selected file e.g. tests/test_someABC.py? instead of running all test cases?

environment info:

kr-g commented 9 months ago

ok i found it there it is -> context menu

kr-g commented 9 months ago

sorry for the confusion... the context menu runs only a single test case rather than running all from a single file.

therefore i open it again