You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not experiment much with test classes by now. Need to verify that the plugin also works for test classes, should add appropriate tests to the test suite and add the usage for test classes to the documentation.
The text was updated successfully, but these errors were encountered:
It turns out that pytest-dependency works just fine with test classes and the usage is straight forward.
There is only one issue: for methods of test classes, the default name is just the method name. This may cause conflicts if there is a function having the same name outside the class or if there is another class with a method of the same name. Such conflicts may have unexpected results. To mend this, I will prepend the class name to the default test name.
I did not experiment much with test classes by now. Need to verify that the plugin also works for test classes, should add appropriate tests to the test suite and add the usage for test classes to the documentation.
The text was updated successfully, but these errors were encountered: