atoum / ruler-extension

The atoum ruler-extension allows you to filter your tests using Hoa\Ruler.
MIT License
9 stars 4 forks source link

add a contain operator #24

Closed agallou closed 8 years ago

agallou commented 8 years ago

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 commented 8 years ago

@agallou could you add a changelog entry please ?

Hywan commented 8 years ago

:+1:

agallou commented 8 years ago

changelog entry added.