Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom test namespace #91

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vdechenaux
Copy link
Member

@vdechenaux vdechenaux commented Oct 1, 2017

See #11

Based on #82 . Please review it first :)

Add support to classes with a custom namespace ,with @namespace annotation or $this->setTestNamespace() call in constructor (in the class directly, on in parent(s))

For the method call, it only add the support for "simple" calls, with a string as parameter. Variables are not yet supported (I plan to do this in another PR)
Regex in namespace is also not yet supported (Another PR incoming)

It doesn't add support for alternative namespaces like test\unit or ( another PR incoming ) => Added in e28cbca

@Grummfy
Copy link
Member

Grummfy commented Oct 1, 2017

nice

# Conflicts:
#	src/org/atoum/intellij/plugin/atoum/Utils.java
#	tests/org/atoum/intellij/plugin/atoum/tests/UtilsTest.java
@vdechenaux
Copy link
Member Author

I have edited the description ( last line ) and the PR

@vdechenaux vdechenaux requested a review from agallou July 5, 2018 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants