netbeansPython icon indicating copy to clipboard operation
netbeansPython copied to clipboard

Netbeans TestCreatorConfigurationProvider should allow loose classNames to comply with differents languages naming convention

Open albilu opened this issue 2 years ago • 0 comments

Description Right now the Netbeans Test Runner API only allow test Class names to end with .*Test.py. This fit Java class names but not Python were the naming convention for test file is more test_.*.py

https://github.com/apache/netbeans/blob/c084119009d2e0f736f225d706bc1827af283501/php/php.codeception/src/org/netbeans/modules/php/codeception/create/CodeceptionTestCreatorConfiguration.java#L114

albilu avatar Apr 05 '23 16:04 albilu