Files
pytest2/testing
Bruno Oliveira 3f5e9ea71e Fix -o behavior to no longer swallow all remaining options
The current behavior was too error-prone because a "-o" option would
swallow all the following non-option parameters:

  pytest -o foo=bar path/to/test.py

path/to/test.py would be captured by the -o option, and would fail
because "path/to/test.py" is not in the format "key=value".
2018-01-23 21:19:16 -02:00
..
2017-12-22 08:29:48 -08:00
2017-07-17 01:44:23 +02:00
2018-01-19 12:42:35 +01:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:23 +02:00