Skip to content

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

@albilu

Description

@albilu
Owner

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

Activity

changed the title [-]TestCreatorConfiguration should allow loose classNames to comply with differents languages convention[/-] [+]TestCreatorConfigurationProvider should allow loose classNames to comply with differents languages convention[/+] on Apr 5, 2023
changed the title [-]TestCreatorConfigurationProvider should allow loose classNames to comply with differents languages convention[/-] [+]Netbeans TestCreatorConfigurationProvider should allow loose classNames to comply with differents languages convention[/+] on Apr 5, 2023
changed the title [-]Netbeans TestCreatorConfigurationProvider should allow loose classNames to comply with differents languages convention[/-] [+]Netbeans TestCreatorConfigurationProvider should allow loose classNames to comply with differents languages naming convention[/+] on Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @albilu

        Issue actions

          Netbeans TestCreatorConfigurationProvider should allow loose classNames to comply with differents languages naming convention · Issue #9 · albilu/netbeansPython