Files
pytest2/changelog
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
..
2018-01-16 18:10:15 -02:00
2017-11-29 21:11:34 -02:00
2017-12-17 12:47:50 +01:00
2017-12-16 12:33:34 -02:00
2018-01-03 18:53:32 -05:00
2018-01-06 14:08:15 -02:00