__init__.py |
Command line options, ini-file and conftest.py processing. |
70297 |
argparsing.py |
Parser for command line arguments and ini-file values.
:ivar extra_info: Dict of generic param -> value to display in case
there's an error processing the command line arguments.
|
20711 |
compat.py |
this helper wraps around hook callers
until pluggy supports fixingcalls, this one will do
it currently doesn't return full hook caller proxies for fixed hooks,
this may have to be changed later depending on bugs
|
2938 |
exceptions.py |
Error in pytest usage or invocation. |
252 |
findpaths.py |
Parse the given generic '.ini' file using legacy IniConfig parser, returning
the parsed object.
Raise UsageError if the file cannot be parsed.
|
8203 |