test_ok1/testing
Daniel Hahler 08f3b02dfc tests: fnmatch_lines: use list
For strings fnmatch_lines converts it into a Source objects, splitted on
newlines.  This is not necessary here, and it is more consistent to use
lists here in the first place.
2019-03-23 11:36:18 +01:00
..
code Run isort 2019-03-01 14:24:18 +01:00
example_scripts Run isort 2019-03-01 14:24:18 +01:00
examples port some acceptance tests over to copy_example 2018-06-26 22:59:40 +02:00
freeze Add same environments to Azure as have in AppVeyor, except py37-freeze 2019-02-18 17:23:39 -03:00
io Fix linting errors and py references in saferepr.py 2019-01-20 16:36:14 -08:00
logging tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
python tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
acceptance_test.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
deprecated_test.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
test_argcomplete.py tests: fix equal_with_bash for .coverage files 2018-11-10 03:24:02 +01:00
test_assertion.py Fix test failures after pluggy 1.8 release 2019-02-22 18:58:54 -03:00
test_assertrewrite.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
test_cacheprovider.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
test_capture.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
test_collection.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
test_compat.py python: collect: ignore exceptions with isinstance 2018-11-01 22:14:13 +01:00
test_config.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
test_conftest.py Fix "ValueError: Plugin already registered" exceptions when running in build directories that symlink to actual source. 2019-02-07 02:05:22 +01:00
test_doctest.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
test_entry_points.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_helpconfig.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_junitxml.py pytester: set HOME only with inline_run/popen 2019-03-20 01:15:51 +01:00
test_mark.py fix #4649 - also transfer markers to keywordmapping 2019-01-18 23:18:51 +01:00
test_modimport.py tests: test_fileimport: improve reporting on failure 2018-11-09 01:17:36 +01:00
test_monkeypatch.py Merge pull request #4537 from chdsbd/master 2019-01-16 08:09:59 -02:00
test_nodes.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2018-11-13 09:01:37 -02:00
test_nose.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
test_parseopt.py Fix test_argcomplete: use python -m pytest 2019-02-27 16:52:46 +01:00
test_pastebin.py Apply reorder-python-imports to all files 2018-10-25 00:01:29 -07:00
test_pathlib.py Fix access denied error when deleting a stale temporary directory 2018-10-30 15:35:53 -03:00
test_pdb.py pytester: testdir: set $HOME to tmpdir 2019-03-18 20:55:39 +01:00
test_pluginmanager.py config: fix consider_preparse with missing argument to -p 2019-03-21 17:05:22 +01:00
test_pytester.py pytester: LineMatcher: assert Sequence when matching in order 2019-03-15 23:07:08 +01:00
test_recwarn.py Deprecate `raises(..., 'code(as_a_string)')` / `warns(..., 'code(as_a_string)') 2018-11-29 09:34:51 -08:00
test_resultlog.py Run isort 2019-03-01 14:24:18 +01:00
test_runner.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
test_runner_xunit.py remove yield tests and compat properties 2018-11-30 10:40:13 +01:00
test_session.py Do not show "inifile:" string if there's no configuration file 2019-03-02 11:45:08 -03:00
test_skipping.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
test_stepwise.py Use a custom cache directory for test_stepwise tests 2018-11-12 16:57:39 -02:00
test_terminal.py tests: add test_report_collect_after_half_a_second 2019-03-20 22:13:11 +01:00
test_tmpdir.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
test_unittest.py tests: fnmatch_lines: use list 2019-03-23 11:36:18 +01:00
test_warnings.py Run isort 2019-03-01 14:24:18 +01:00