pytest2/src/_pytest
Ran Benita 94d8c071b6 Remove a couple of redundant commas
Mypy complains about this once the function is typed:

src/_pytest/main.py:85: error: "_addoption" of "OptionGroup" does not return a value
src/_pytest/main.py:133: error: "addoption" of "OptionGroup" does not return a value
2020-01-25 14:12:47 +01:00
..
_code config: typing for create_terminal_writer, re-export TerminalWriter 2020-01-23 14:09:37 +01:00
_io config: typing for create_terminal_writer, re-export TerminalWriter 2020-01-23 14:09:37 +01:00
assertion master: update mypy 0.740 -> 0.761 2020-01-14 06:31:41 +01:00
config config: typing for create_terminal_writer, re-export TerminalWriter 2020-01-23 14:09:37 +01:00
mark Improve check for misspelling of parametrize 2019-11-19 16:05:52 +01:00
__init__.py pre-commit run fix-encoding-pragma --all-files 2019-06-03 12:08:01 -03:00
_argcomplete.py Add rudimentary mypy type checking 2019-07-09 12:12:07 -07:00
cacheprovider.py config: typing for create_terminal_writer, re-export TerminalWriter 2020-01-23 14:09:37 +01:00
capture.py Fix EncodedFile.write return value 2020-01-25 10:36:23 +01:00
compat.py typing: PyobjMixin.reportinfo, getfslineno 2020-01-23 10:45:31 +01:00
debugging.py Merge master into features 2019-11-06 14:22:07 +01:00
deprecated.py Improve warning about incoming change to 'junitxml_family' default 2019-12-13 09:17:12 -03:00
doctest.py config: typing for create_terminal_writer, re-export TerminalWriter 2020-01-23 14:09:37 +01:00
faulthandler.py Change pytest-faulthandler for simplification 2019-06-22 19:22:43 -03:00
fixtures.py config: typing for create_terminal_writer, re-export TerminalWriter 2020-01-23 14:09:37 +01:00
freeze_support.py pre-commit run reorder-python-imports --all-files 2019-06-03 12:08:01 -03:00
helpconfig.py showversion: no need for `py.path.local` 2019-11-09 21:45:35 +01:00
hookspec.py doc: s/_pytest.config.Parser/_pytest.config.argparsing.Parser/ 2019-11-13 23:22:25 +01:00
junitxml.py Avoid duplicating system-out and system-error tags 2019-11-25 12:59:03 +01:00
logging.py Merge pull request #5926 from AtakamaLLC/optional-multiline 2019-11-06 00:35:24 +01:00
main.py Remove a couple of redundant commas 2020-01-25 14:12:47 +01:00
monkeypatch.py pre-commit run pyupgrade --all-files 2019-06-03 12:08:02 -03:00
nodes.py Rewrite Item.location to be clearer with regard to types 2020-01-23 13:25:15 +01:00
nose.py Remove support code for unittest 2 2019-07-11 20:11:06 -03:00
outcomes.py Use `TYPE_CHECKING` instead of `False` 2020-01-16 16:11:39 +01:00
pastebin.py Fix "lexer" being used when uploading to bpaste.net 2019-08-30 15:34:03 -04:00
pathlib.py Fix order of format args with warning 2019-11-07 12:50:04 +01:00
pytester.py tests: fix test_cwd_snapshot 2020-01-22 14:34:11 +01:00
python.py PyCollector.collect: use explicit cast to `str` 2020-01-23 12:54:52 +01:00
python_api.py Use `TYPE_CHECKING` instead of `False` 2020-01-16 16:11:39 +01:00
recwarn.py Fix type of pytest.warns, and fix check_untyped_defs in test_recwarn 2020-01-19 19:39:14 +02:00
reports.py config: typing for create_terminal_writer, re-export TerminalWriter 2020-01-23 14:09:37 +01:00
resultlog.py pre-commit run pyupgrade --all-files 2019-06-03 12:08:02 -03:00
runner.py typing: fix _TracebackStyle: add "line" 2020-01-19 11:22:47 +01:00
setuponly.py Minor: help / direct usage of config (#6011) 2019-10-22 20:24:08 -03:00
setupplan.py resolve #2049 2019-11-17 16:45:42 -06:00
skipping.py Merge master into features 2019-11-06 14:22:07 +01:00
stepwise.py Fix comment in stepwise (follow up to #5555) [skip ci] 2019-07-05 09:57:10 -03:00
terminal.py terminal: summary_passes: handle teardown sections 2020-01-11 21:58:19 +01:00
tmpdir.py Add type annotations to _pytest.tmpdir 2019-10-26 20:30:44 +03:00
unittest.py Merge master into features 2019-08-02 16:52:51 +02:00
warning_types.py Use `TYPE_CHECKING` instead of `False` 2020-01-16 16:11:39 +01:00
warnings.py fix typo in _issue_warning_captured doc 2019-11-13 23:22:25 +01:00