turturica
|
05b5b64379
|
Merge remote-tracking branch 'upstream/features' into features
|
2018-04-25 21:20:39 -07:00 |
turturica
|
fedc78522b
|
Build a stack of all previous packages instead of just the one closest to the initial argument(s).
Address #3358 by caching nodes in a session dict.
|
2018-04-21 18:39:42 -07:00 |
Семён Марьясин
|
d8015764e6
|
Fix typo in the comment
|
2018-04-18 12:47:52 +03:00 |
turturica
|
c02e8d8b0d
|
Fix test collection when tests are passed as IDs at the command line. Note this is still broken due to #3358.
|
2018-04-16 11:44:05 -07:00 |
turturica
|
2b1410895e
|
Add package scoped fixtures #2283
|
2018-04-11 15:39:42 -07:00 |
Ronny Pfannschmidt
|
5e5935759e
|
make nodeids precalculated, there is no sane reason to commpute lazyly
|
2018-03-09 10:52:59 +01:00 |
Bruno Oliveira
|
54884b8c87
|
Merge branch 'revert-more_itertools-master' into introduce-more_itertools
|
2018-03-04 10:58:52 -03:00 |
Maik Figura
|
056d9e8dc2
|
Use `isdir` instead of `exists`
|
2018-03-04 00:55:04 +01:00 |
Jordan Speicher
|
774c539f1a
|
Add --deselect command line option
Fixes #3198
|
2018-02-16 08:17:37 -06:00 |
feuillemorte
|
9f1772e679
|
#1642 Resolve conflicts
|
2018-02-01 00:18:28 +03:00 |
Bruno Oliveira
|
af37778b0d
|
All classes now subclass object for better py3 compatibility
Fix #2147
|
2018-01-24 18:23:42 -02:00 |
feuillemorte
|
83034bbd48
|
#1642 Fix rootdir option
|
2018-01-20 22:30:01 +03:00 |
feuillemorte
|
d784155fd2
|
#1642 Add rootdir option
|
2018-01-17 23:02:31 +03:00 |
Ronny Pfannschmidt
|
afc607cfd8
|
move node base classes from main to nodes
|
2017-12-18 11:08:20 +01:00 |
Henk-Jaap Wagenaar
|
1e295535c3
|
Move _patched_find_module to module namespace.
|
2017-12-12 09:53:06 +00:00 |
Henk-Jaap Wagenaar
|
3ca1e4b7f0
|
Make patch for issue in pkgutil.ImpImporter local by using contextmanager.
|
2017-12-12 08:43:01 +00:00 |
Henk-Jaap Wagenaar
|
b62fd79c0c
|
Fix issue 2985.
|
2017-12-07 15:12:44 +00:00 |
Bruno Oliveira
|
f074fd9ac6
|
Merge remote-tracking branch 'upstream/features' into malinoff/fix-2124
|
2017-11-12 11:16:08 -02:00 |
Ronny Pfannschmidt
|
f0f2d2b861
|
Merge branch 'master' into fix-missing-nodeid-with-pyargs
|
2017-11-11 14:33:55 +01:00 |
Bruno Oliveira
|
983a09a2d4
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2017-11-10 18:33:02 -02:00 |
Bruno Oliveira
|
b11640c1eb
|
Fix linting E722: do not use bare except
|
2017-11-04 13:59:10 -02:00 |
Bruno Oliveira
|
6821d36ca5
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2017-10-24 19:57:14 -02:00 |
Tom Dalton
|
14e3a5fcb9
|
Move the generic separator to a constant
|
2017-10-24 10:42:16 +01:00 |
Jesús Espino
|
00d3abe6dc
|
Adding Failed exception to manage maxfail behavior
|
2017-10-17 21:32:20 +02:00 |
Christian Boelsen
|
794d4585d3
|
Remove unnecessary complexity in _check_initialpaths_for_relpath().
|
2017-09-28 20:53:50 +01:00 |
Christian Boelsen
|
14b6380e5f
|
Fix #2775 - running pytest with "--pyargs" will result in Items with empty "parent.nodeid" if run from a different root directory
|
2017-09-13 17:15:32 +01:00 |
Ronny Pfannschmidt
|
9e62a31b63
|
Merge pull request #2650 from srinivasreddy/2642
Fixed#2642: Convert py module references to six module
|
2017-08-04 09:21:51 +02:00 |
Srinivas Reddy Thatiparthy
|
dc563e4954
|
convert py module references to six module
|
2017-08-04 08:05:03 +05:30 |
Ronny Pfannschmidt
|
6e7547244b
|
Merge pull request #2636 from RonnyPfannschmidt/remove-preinit
remove preinit, its no longer needed
|
2017-08-01 05:22:41 +02:00 |
Ronny Pfannschmidt
|
ceb016514b
|
remove dead code - Node._memoizedcall
|
2017-07-31 18:18:26 +02:00 |
Ronny Pfannschmidt
|
e90f876b34
|
remove the last own implementation of pytest_namespace
|
2017-07-31 13:48:25 +02:00 |
Ronny Pfannschmidt
|
06a49338b2
|
make Test Outcomes inherit from BaseException instead of exception
fixes #580
|
2017-07-28 15:28:51 +02:00 |
Bruno Oliveira
|
26ee2355d9
|
Merge remote-tracking branch 'upstream/features' into fix-flake8-errors
|
2017-07-19 17:09:05 -03:00 |
Andras Tim
|
7d2ceb7872
|
Fixed E501 flake8 errors
line too long (> 120 characters)
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
7248b759e8
|
Fixed E303 flake8 errors
too many blank lines (3)
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
b840622819
|
Fixed E302 flake8 errors
expected 2 blank lines, found 0
|
2017-07-17 01:44:23 +02:00 |
Andras Tim
|
195a816522
|
Fixed E265 flake8 errors
block comment should start with ‘# ‘
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
8f3eb6dfc7
|
Fixed E261 flake8 errors
at least two spaces before inline comment
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
4b22f270a3
|
Fixed E226 flake8 errors
missing whitespace around arithmetic operator
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
2e8caefcab
|
Fixed E225 flake8 errors
missing whitespace around operator
|
2017-07-17 01:44:22 +02:00 |
Andras Tim
|
cf97159009
|
Fixed E128 flake8 errors
continuation line under-indented for visual indent
|
2017-07-17 01:28:16 +02:00 |
John Still
|
67fca04050
|
update docs and note; add virtualenv collection tests
|
2017-07-11 23:14:38 -05:00 |
Bruno Oliveira
|
73b07e1439
|
Add docs for Item.add_report_section in the docs
Fix #2381
|
2017-07-11 21:45:27 -03:00 |
John Still
|
b32cfc88da
|
use presence of activate script rather than sys.prefix to determine if a dir is a virtualenv
|
2017-07-11 14:32:09 -05:00 |
John Still
|
676c4f970d
|
trim trailing ws
|
2017-07-11 13:31:11 -05:00 |
John Still
|
89c73582ca
|
ignore the active python installation unless told otherwise
|
2017-07-11 11:52:16 -05:00 |
Bruno Oliveira
|
221f42c5ce
|
Change --strict help message to clarify it deals with unregistered markers
Fix #2444
|
2017-07-04 20:14:57 -03:00 |
Bruno Oliveira
|
6908d93ba1
|
Merge pull request #2475 from ant31/master
[wip] Fix ignore_path condition
|
2017-07-03 18:57:17 -03:00 |
Antoine Legrand
|
16df4da1f7
|
Fix exclude_path check
|
2017-06-24 10:58:47 +02:00 |
Bruno Oliveira
|
87e4a28351
|
Fix incorrect collected items report when specifying tests on the command-line
Fix #2464
|
2017-06-03 20:39:53 -03:00 |