Files
pytest2/_pytest
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-04-26 15:57:55 +02:00
2017-11-17 09:02:46 -08:00
2017-10-24 22:13:32 -02:00
2017-11-15 15:16:00 -02:00
2017-11-03 16:37:18 -02:00
2017-07-17 01:44:23 +02:00
2018-01-19 12:42:35 +01:00
2018-01-16 23:35:57 +03:00
2017-12-18 11:08:20 +01:00
2017-10-02 21:24:52 -03:00
2017-10-24 21:01:00 -02:00
2017-07-17 01:44:23 +02:00
2017-07-17 01:44:22 +02:00