Branch: refs/heads/features
Home: https://github.com/pytest-dev/pytest
Commit: 2c7f94fdb94d166593384ec3455a52654a735e8b
https://github.com/pytest-dev/pytest/commit/2c7f94fdb94d166593384ec3455a52654a735e8b
Author: Andrew Toolan <atoo...@tcd.ie>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths:
M _pytest/config.py
M testing/test_config.py
Log Message:
-----------
Added basic fix and test
Commit: 203508d9f3ea4478317375c1bdf09a8db02c8826
https://github.com/pytest-dev/pytest/commit/203508d9f3ea4478317375c1bdf09a8db02c8826
Author: Aron Coyle <arcoyle@tcd.(ie)>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths:
M testing/test_config.py
Log Message:
-----------
cleanup test cases
Commit: 46d87deb5d38d6138947d981158ca2839c3ad8d7
https://github.com/pytest-dev/pytest/commit/46d87deb5d38d6138947d981158ca2839c3ad8d7
Author: Aron Coyle <arcoyle@tcd.(ie)>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths:
M AUTHORS
A changelog/3103.bugfix
Log Message:
-----------
Add changelog update authors
Commit: 30ca9f9d3890c7d83e34014a8ff096744db7e690
https://github.com/pytest-dev/pytest/commit/30ca9f9d3890c7d83e34014a8ff096744db7e690
Author: Aron Coyle <arcoyle@tcd.(ie)>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths:
M changelog/3103.bugfix
Log Message:
-----------
Add endline
Commit: 8426c57a9e8631186a6cadcedd14756246218efb
https://github.com/pytest-dev/pytest/commit/8426c57a9e8631186a6cadcedd14756246218efb
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths:
M testing/test_config.py
Log Message:
-----------
Ensure changes in the message in the future do not make the test pass by
accident
Commit: 443275f0258715a8975ecf2f003f2919cc00d94e
https://github.com/pytest-dev/pytest/commit/443275f0258715a8975ecf2f003f2919cc00d94e
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths:
M changelog/3103.bugfix
Log Message:
-----------
Reword changelog a bit
Commit: 3f5e9ea71e997746f89c71507888414f9477e2b9
https://github.com/pytest-dev/pytest/commit/3f5e9ea71e997746f89c71507888414f9477e2b9
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths:
M _pytest/config.py
M _pytest/helpconfig.py
M changelog/3103.bugfix
M doc/en/customize.rst
M testing/test_config.py
Log Message:
-----------
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".
Commit: 2aad8c0fcebe6bc7e9e6ca567dac2e3f3c141bb2
https://github.com/pytest-dev/pytest/commit/2aad8c0fcebe6bc7e9e6ca567dac2e3f3c141bb2
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M AUTHORS
M _pytest/config.py
M _pytest/helpconfig.py
A changelog/3103.bugfix
M doc/en/customize.rst
M testing/test_config.py
Log Message:
-----------
Merge pull request #3147 from nicoddemus/issue-3103
'-o' option no longer swallows all other non-options after it
Compare:
https://github.com/pytest-dev/pytest/compare/3b3d237f07cf...2aad8c0fcebe
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit