Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 381 Bytes

0.4.rst

File metadata and controls

14 lines (9 loc) · 381 Bytes

Upgrading to 0.4

Filters Now Require a Consensus

Previously if a test case met a single filter, it would run. Now a test case must meet all defined filters to run. For example:

./vendor/bin/demeanor --filter-name SomeTest --include-group aGroup

Only tests with SomeTest in their name that belong to the group aGroup will run.