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

add a contain operator #24

Merged
merged 1 commit into from
Jan 6, 2016
Merged

add a contain operator #24

merged 1 commit into from
Jan 6, 2016

Conversation

agallou
Copy link
Member

@agallou agallou commented Dec 25, 2015

This operator is will improve the readability of the tags filter.

Before, we needed to write something like this :

./vendor/bin/atoum -d tests --filter 'not ("needsDatabase" in tags)'

Now, we could write something like this :

./vendor/bin/atoum -d tests --filter 'not (tags contains "needsDatabase")'

@jubianchi
Copy link
Member

@agallou could you add a changelog entry please ?

@Hywan
Copy link
Member

Hywan commented Jan 5, 2016

👍

This operator is will improve the readability of the tags filter.

Before, we needed to write something like this :

```
./vendor/bin/atoum -d tests --filter 'not ("needsDatabase" in tags)'
```

Now, we could write something like this :

```
./vendor/bin/atoum -d tests --filter 'not (tags contains "needsDatabase")'
```
@agallou
Copy link
Member Author

agallou commented Jan 5, 2016

changelog entry added.

jubianchi added a commit that referenced this pull request Jan 6, 2016
@jubianchi jubianchi merged commit 85eab69 into atoum:master Jan 6, 2016
@agallou agallou mentioned this pull request Jan 6, 2016
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.

3 participants