-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use classic console output when -s is used #3041
Use classic console output when -s is used #3041
Commits on Dec 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b62fd79 - Browse repository at this point
Copy the full SHA b62fd79View commit details -
Integrate logging_using_handler into catching_logs
logging_using_handler is only used in catching_logs. Therefore it makes sense to remove one of the many context managers from the logging plugin.
Configuration menu - View commit details
-
Copy full SHA for ba209b5 - Browse repository at this point
Copy the full SHA ba209b5View commit details
Commits on Dec 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dc19624 - Browse repository at this point
Copy the full SHA dc19624View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca1e4b - Browse repository at this point
Copy the full SHA 3ca1e4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e29553 - Browse repository at this point
Copy the full SHA 1e29553View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4da9ba - Browse repository at this point
Copy the full SHA e4da9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f4579 - Browse repository at this point
Copy the full SHA a4f4579View commit details -
Add param annotations and types to hookspec
Also mention which hook to use instead of the deprecated pytest_cmdline_preparse Fix pytest-dev#3022
Configuration menu - View commit details
-
Copy full SHA for 7b5d4d0 - Browse repository at this point
Copy the full SHA 7b5d4d0View commit details
Commits on Dec 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c8e7d1a - Browse repository at this point
Copy the full SHA c8e7d1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce6e39 - Browse repository at this point
Copy the full SHA 8ce6e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e7734 - Browse repository at this point
Copy the full SHA 45e7734View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebfc1c4 - Browse repository at this point
Copy the full SHA ebfc1c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba41015 - Browse repository at this point
Copy the full SHA ba41015View commit details -
Merge pull request pytest-dev#3012 from thisch/merge_contextmanagers
Integrate logging_using_handler into catching_logs
Configuration menu - View commit details
-
Copy full SHA for 38f34e2 - Browse repository at this point
Copy the full SHA 38f34e2View commit details -
Merge pull request pytest-dev#3025 from anntzer/dont-rewrite-plugin
Respect PYTEST_DONT_REWRITE for plugins too. closes pytest-dev#2995
Configuration menu - View commit details
-
Copy full SHA for 506c9c9 - Browse repository at this point
Copy the full SHA 506c9c9View commit details -
Merge pull request pytest-dev#3023 from nicoddemus/preparse-deprecated
Add param annotations and types to hookspec
Configuration menu - View commit details
-
Copy full SHA for 5244990 - Browse repository at this point
Copy the full SHA 5244990View commit details -
Merge pull request pytest-dev#3010 from cryvate/fix-issue-2985
Improve handling of pyargs
Configuration menu - View commit details
-
Copy full SHA for 476d4df - Browse repository at this point
Copy the full SHA 476d4dfView commit details -
Remove logger parameter from catching_logs
The logger parameter of catching_logs is not used anywhere. The main motivation for removing the logger parameter is that it removes the logger = logger or logging.getLogger(logger) line. IMO there are too many occurences of the string 'logg' ;)
Configuration menu - View commit details
-
Copy full SHA for 3862b0b - Browse repository at this point
Copy the full SHA 3862b0bView commit details -
Fix memory leak caused by fixture values never been garbage collected
The leak was caused by the (unused) `FixtureRequest._fixture_values` cache. This was introduced because the `partial` object (created to call FixtureDef.finish() bound with the Request) is kept alive through the entire session when a function-scoped fixture depends on a session-scoped (or higher) fixture because of the nested `addfinalizer` calls. FixtureDef.finish() started receiving a request object in order to obtain the proper hook proxy object (pytest-dev#2127), but this does not seem useful at all in practice because `pytest_fixture_post_finalizer` will be called with the `request` object of the moment the fixture value was *created*, not the request object active when the fixture value is being destroyed. We should probably deprecate/remove the request parameter from `pytest_fixture_post_finalizer`. Fix pytest-dev#2981
Configuration menu - View commit details
-
Copy full SHA for c3f63ac - Browse repository at this point
Copy the full SHA c3f63acView commit details -
Merge pull request pytest-dev#3028 from thisch/removelogger
Remove logger parameter from catching_logs
Configuration menu - View commit details
-
Copy full SHA for b17c6e5 - Browse repository at this point
Copy the full SHA b17c6e5View commit details
Commits on Dec 14, 2017
-
Merge pull request pytest-dev#3030 from nicoddemus/leak
Fix memory leak caused by fixture values never been garbage collected
Configuration menu - View commit details
-
Copy full SHA for db4df58 - Browse repository at this point
Copy the full SHA db4df58View commit details
Commits on Dec 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 370daf0 - Browse repository at this point
Copy the full SHA 370daf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2735a - Browse repository at this point
Copy the full SHA 0a2735aView commit details