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
Right now the Netbeans Test Runner API only allow test Class names to end with .Test.py.
This fit Java test class names but not Python were the naming convention for test file is more test_..py
Description
Right now the Netbeans Test Runner API only allow test Class names to end with .Test.py.
This fit Java test class names but not Python were the naming convention for test file is more test_..py
Interesting comment:
netbeans/php/php.codeception/src/org/netbeans/modules/php/codeception/create/CodeceptionTestCreatorConfiguration.java
Line 114 in c084119
Use case/motivation
This will allow to comply with test class naming convention for different Languages
Related issues
albilu/netbeansPython#9
Are you willing to submit a pull request?
No
The text was updated successfully, but these errors were encountered: