You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "albilu (via GitHub)" <gi...@apache.org> on 2023/05/12 16:11:42 UTC

[GitHub] [netbeans] albilu opened a new issue, #5943: Netbeans TestCreatorConfigurationProvider should allow loose classNames to comply with differents languages naming convention

albilu opened a new issue, #5943:
URL: https://github.com/apache/netbeans/issues/5943

   ### 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:
   https://github.com/apache/netbeans/blob/c084119009d2e0f736f225d706bc1827af283501/php/php.codeception/src/org/netbeans/modules/php/codeception/create/CodeceptionTestCreatorConfiguration.java#L114
   
   ### Use case/motivation
   
   This will allow to comply with test class naming convention for different Languages
   
   ### Related issues
   
   https://github.com/albilu/netbeansPython/issues/9
   
   ### Are you willing to submit a pull request?
   
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists