Ran Benita
d06c05bd23
[7.4.x] nodes: fix tracebacks from collection errors are not getting pruned
2023-12-31 08:14:55 +00:00
github-actions[bot]
5582bfcddf
[7.4.x] Improves clarity in Sphinx documentation for function signature. ( #11702 )
...
Co-authored-by: Arthur Richard <arthur.richard2299@gmail.com>
2023-12-14 08:19:40 -03:00
github-actions[bot]
13024efd7a
[7.4.x] Fix for operation on closed file in faulthandler teardown ( #11631 )
...
Co-authored-by: Simon Blanchard <bnomis@gmail.com>
2023-11-22 20:25:29 +00:00
github-actions[bot]
44ad1c9811
[7.4.x] fix #10447 - consider marks in reverse mro order to give base classes priority ( #11545 )
...
Co-authored-by: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
2023-10-24 15:04:13 +00:00
github-actions[bot]
21fe071d79
[7.4.x] fix for ValueError raised in faulthandler teardown code ( #11455 )
...
Co-authored-by: Simon Blanchard <bnomis@gmail.com>
2023-09-20 12:41:01 +00:00
github-actions[bot]
1944dc06d3
[7.4.x] Fix --import-mode=importlib when root contains `__init__.py` file ( #11426 )
...
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2023-09-10 13:27:53 +00:00
Bruno Oliveira
946634c84c
Merge pull request #11419 from nicoddemus/backport-11414-to-7.4.x
...
[7.4.x] Fix assert rewriting with assignment expressions (#11414 )
2023-09-09 10:08:41 -03:00
github-actions[bot]
d849a3ed64
[7.4.x] fix: closes #11343's [attr-defined] type errors ( #11421 )
...
Co-authored-by: Warren Markham <rabbitsinwarrens@gmail.com>
2023-09-09 13:02:31 +00:00
Marc Mueller
5341b9cd67
Fix assert rewriting with assignment expressions ( #11414 )
...
Fixes #11239
(cherry picked from commit 7259e8db98
)
2023-09-09 09:13:10 -03:00
Bruno Oliveira
63b0c6f75f
Use _pytest.pathlib.safe_exists in get_dirs_from_args
...
Related to #11394
2023-09-07 13:50:02 -03:00
Bruno Oliveira
884b911a9c
Fix crash when passing a very long cmdline argument ( #11404 )
...
Fixes #11394
(cherry picked from commit 28ccf476b9
)
2023-09-07 12:54:41 -03:00
github-actions[bot]
6e49a74089
[7.4.x] Fix doctest collection of `functools.cached_property` objects. ( #11403 )
...
Co-authored-by: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
2023-09-07 13:33:12 +00:00
github-actions[bot]
1de00e9830
[7.4.x] Fix import_path for packages ( #11395 )
...
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2023-09-05 23:07:48 +00:00
Bruno Oliveira
7f5d9b9df4
Fix user_properties not saved to XML if fixture errors during teardown ( #11382 )
...
Move handling of user_properties to `finalize()`.
Previously if a fixture failed during teardown, `pytest_runtest_logreport` would not be called with "teardown", resulting in the user properties not being saved on the JUnit XML file.
Fixes : #11367
(cherry picked from commit 917ce9aa01
)
Co-authored-by: Israel Fruchter <israel.fruchter@gmail.com>
2023-09-03 15:01:56 -03:00
github-actions[bot]
b170081788
[7.4.x] Issue 11354 fixing docs for lfnf ( #11364 )
...
Co-authored-by: Sean Patrick Malloy <spmalloy@ucdavis.edu>
2023-08-29 00:40:49 +00:00
Ran Benita
7a5f2feefb
[7.4.x] Fixes for typed pluggy ( #11355 )
...
Since version 1.3 pluggy added typing, which requires some fixes to
please mypy.
2023-08-26 22:15:32 +00:00
github-actions[bot]
69140717d4
[7.4.x] Improve duplicate values documentation ( #11296 )
...
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2023-08-08 14:44:03 +03:00
github-actions[bot]
06ff7ca13b
[7.4.x] Clarify docs for pytest.main default behavior ( #11188 )
...
Co-authored-by: antosikv <79337398+antosikv@users.noreply.github.com>
2023-07-09 15:54:59 +00:00
github-actions[bot]
a566b78730
[7.4.x] reference: improve the node types docs a bit ( #11181 )
...
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2023-07-08 19:07:55 +00:00
github-actions[bot]
511adf85be
[7.4.x] Fix error assertion handling in approx when None in dict comparison ( #11180 )
...
Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
2023-07-08 18:37:35 +00:00
github-actions[bot]
c71b5df734
[7.4.x] Add child modules as attributes of parent modules. ( #11163 )
...
* [7.4.x] Add child modules as attributes of parent modules.
* Update 10337.bugfix.rst
---------
Co-authored-by: akhilramkee <31619526+akhilramkee@users.noreply.github.com>
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2023-07-08 15:11:26 -03:00
github-actions[bot]
a4d7254d18
[7.4.x] Fix duplicated imports with importlib mode and doctest-modules ( #11164 )
...
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2023-07-03 16:33:47 +00:00
Zac Hatfield-Dodds
f6b995e9d5
Use utf-8 debug file
2023-06-20 04:55:40 -07:00
Zac Hatfield-Dodds
7e510769b4
Encoding for subprocess.run
2023-06-20 04:55:39 -07:00
Ran Benita
14890329dc
config: fix the paths considered for initial conftest discovery
...
Fixes #11104 .
See the issue for a description of the problem.
Now, we use the same logic for initial conftest paths as we do for
deciding the initial args, which was the idea behind checking
`namespace.file_or_dir` and `testpaths` previously.
This fixes the issue of `testpaths` being considered for initial
conftests even when it's not used for the args.
(Another issue in faeb16146b
was that the
`testpaths` were not glob-expanded, this is also fixed.)
2023-06-21 09:01:42 +03:00
Ran Benita
d97d44a97a
config: extract initial paths/nodeids args logic to a function
...
Will be reused in the next commit.
2023-06-20 21:28:48 +03:00
Zac Hatfield-Dodds
b5ec092525
Merge pull request #9149 from Vijay-Arora/main
2023-06-19 20:35:01 -07:00
Zac Hatfield-Dodds
5b35518389
Apply suggestions from code review
...
Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
2023-06-19 20:06:21 -07:00
Ran Benita
9335a0b445
Avoid ast deprecation warnings on Python 3.12
...
Fix #10977 .
2023-06-07 17:05:52 +03:00
Ran Benita
ae38b076da
main: move norecursedir check to main's pytest_ignore_collect
...
Fix #11081
2023-06-05 17:21:45 +03:00
Ran Benita
313b61471f
main: change pkg_roots to work with `Path`s instead of string paths
...
- Works better on Windows (case sensitivity)
- Simpler code
2023-06-04 20:43:34 +03:00
Ran Benita
fda8024622
cacheprovider: make file-skipping work with any File, not just Modules
...
No reason for `--lf`'s whole-file-skipping feature to not for for
non-Python files.
Fix #11068 .
2023-06-03 09:32:26 +03:00
Ran Benita
4b823a42ce
Merge pull request #11059 from bluetech/lf-skip-across
...
cacheprovider: fix file-skipping functionality across packages
2023-06-03 09:31:04 +03:00
Ran Benita
3de43e5102
python: remove redundant methods from Package
...
They are already inherited exactly the same from FSCollector.
2023-06-02 16:08:04 +03:00
Ran Benita
c76ae74bd7
cacheprovider: fix file-skipping functionality across packages
...
Continuation of fc538c5766
.
Fixes #11054 again.
2023-05-30 23:16:43 +03:00
Ran Benita
24534cdd29
Merge pull request #11043 from bluetech/confcutdir-rootpath
...
config: fallback confcutdir to rootpath if inipath is not set
2023-05-30 20:21:20 +03:00
Ran Benita
99c78aa93a
Merge pull request #10921 from bluetech/tb-simplify-2
...
Fix hidden traceback entries of chained exceptions getting shown
2023-05-30 20:09:13 +03:00
Ran Benita
3a6bdcd76b
Merge pull request #11055 from bluetech/lf-skipped-package
...
cacheprovider: fix file-skipping feature for files in packages
2023-05-30 20:04:06 +03:00
Ran Benita
4a1bba25b9
config: fallback confcutdir to rootpath if inipath is not set
...
Currently, if `--confcutdir` is not set, `inipath.parent` is used, and
if `initpath` is not set, then `confcutdir` is None, which means there
is no cutoff.
Having no cutoff is not great, it means we potentially start probing
stuff all the way up to the filesystem root directory. So let's add
another fallback, to `rootpath`, which is always something reasonable.
2023-05-30 19:52:59 +03:00
Alessio Izzo
9e1add75f7
Fix warlus operator behavior when called by a function ( #11041 )
...
In #10758 we introduced the support for the use of the walrus operator in the test cases. There was a case which was not handled that caused a bug report #11028 . This PR aims to fix the issue and also to improve how the walrus operator is handled in the AssertionRewriter class.
Closes #11028
2023-05-30 11:59:24 -03:00
theirix
4da9026766
Handle microseconds with custom logging.Formatter ( #11047 )
...
Added handling of %f directive to print microseconds in log format options, such as log-date-format. It is impossible to do with a standard logging.Formatter because it uses time.strftime which doesn't know about milliseconds and %f. In this PR I added a custom Formatter which converts LogRecord to a datetime.datetime object and formats it with %f flag. This behaviour is enabled only if a microsecond flag is specified in a format string.
Also added a few tests to check the standard and changed behavior.
Closes #10991
2023-05-30 09:35:33 -03:00
Kenny Y
7c231baa64
Add warning when testpaths is set but paths are not found by glob ( #11044 )
...
Closes #11013
---------
Co-authored-by: Ran Benita <ran@unusedvar.com>
2023-05-30 07:06:13 -03:00
Ran Benita
fc538c5766
cacheprovider: fix file-skipping feature for files in packages
...
`--lf` has a feature where if a certain `Module` (python file) does not
contain any failed tests, it is skipped entirely at the collector level
instead of being collected and each item skipped individually. When this
happens the collection summary looks like this:
run-last-failure: rerun previous 1 failure (skipped 1 file)
However, this feature didn't work for `Module`s inside of `Package`s,
only for those directly beneath the `Session`.
Fix #11054 .
2023-05-29 22:55:44 +03:00
Ran Benita
dd667336ce
nodes: apply same traceback filtering for chained exceptions as main exception
...
Fix #1904 .
2023-05-28 17:20:50 +03:00
Chris Mahoney
4f3f36c396
Add alias `--config-file` to `-c` ( #11036 )
...
Fixes #11031
Signed-off-by: Chris Mahoney <chrismahoey@hotmail.com>
Co-authored-by: Chris Mahoney <chrismahoey@hotmail.com>
2023-05-26 07:56:18 -03:00
Ran Benita
63f258f432
python: fix syntax typo
2023-05-20 21:14:29 +03:00
Ran Benita
baaa67dfb9
python: simplify code in Package.collect()
...
The path of Package is already the `__init__.py` file, and we're already
assured it's a file.
2023-05-20 21:14:29 +03:00
Ran Benita
519f351b4f
pathlib: extract `scandir` utility from `visit`
...
Will be used on its in some upcoming changes, but good on its own.
2023-05-20 21:14:29 +03:00
Ran Benita
5d53447a73
fixtures: use isinstance in get_scope_package
...
No reason for the exact type equality.
2023-05-20 21:13:48 +03:00
Ran Benita
1716d3c9bf
fixtures: type annotate get_scope_package
2023-05-20 21:06:24 +03:00