PyCharm: Run All Unit Tests in a Folder/Package
My unit tests can be started individually from the context menu. I can also run all of them using something like nosetests ./*tests.py from within that specific folder containing the tests. I played around a while with PyCharm to find a run configuration that actually allows me to runn all tests from all files within …
PyCharm: Run All Unit Tests in a Folder/Package Weiterlesen »