WARNING:wtframework:Config file not specified. Using:configs/default.yaml
Process finished with exit code 0
Empty test suite.
I followed the example in https://github.com/wiredrive/wtframework/blob/master/tests/tests/test_example.py
I was wondering if someone can help me out?
I did set the python integrated tools to NoseTests. But it's still giving me the same empty test suite
The difference between my file and the example test py file, is when I right click on mine, I see "Run nosetest in ..." but on the test_example.py I just see test_example
Is there a reason why there is that difference? Everything looks the same (e.g structure, importing form WTFBaseTest, etc)
Thank you