Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/pytest-dev/pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://github.com/pytest-dev/pytest
40590008349facb37d48ec147c0d3b6d663cfc4c authored over 1 year ago
[automated] Update plugin list
0ded3297a9749aabad7d3c2447dce98321741dda authored over 1 year agofc9cbbd4c4d76ca20963370cfd800395b9a87495 authored over 1 year ago
Update fixture scope in package/directory fixture example.
1a1753906518aeac506b5e14713abbc9112d891a authored over 1 year agomain: move norecursedir check to main's pytest_ignore_collect
32de8e28931645d6e36e9f1020304e4e878a896b authored over 1 year ago[automated] Update plugin list
5d4a342a7aea143c8318b7ee56a9bdf80f14c63a authored over 1 year ago1790f172283abe9c22d715731445e22e546b844d authored over 1 year ago
updates:
- [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.3.0](https://github.com/asottile/set...
Fix #11081
ae38b076da99ea0d4092a4be604ccc4b0f73d8af authored over 1 year ago
Bumps [pytest-xvfb](https://github.com/The-Compiler/pytest-xvfb) from 2.0.0 to 3.0.0.
- [Change...
main: change pkg_roots to work with `Path`s instead of string paths
e1204e1e23347d0f89e20745b255a078f304fdb9 authored over 1 year ago
- Works better on Windows (case sensitivity)
- Simpler code
1daa8129c656af9352f25f9ace9cedcc7a262386 authored over 1 year ago
cacheprovider: make file-skipping work with any File, not just Modules
b5ff089d2cc939b042c8ad7a6a0e1850fc169907 authored over 1 year ago
No reason for `--lf`'s whole-file-skipping feature to not for for
non-Python files.
Fix #11068.
fda8024622df64802f9670bfe2ba658b40f6674d authored over 1 year agocacheprovider: fix file-skipping functionality across packages
4b823a42ce3dc267196b317513d0558caac9febc authored over 1 year agopython: remove redundant methods from Package
6c9b277ce4fc87886a13e29184c278bdbbb5386b authored over 1 year agoThey are already inherited exactly the same from FSCollector.
3de43e51025a75369c2560623c5e7fc50c0b5137 authored over 1 year ago
Continuation of fc538c5766a1c67bfcd704288279ceac5e20070a.
Fixes #11054 again.
config: fallback confcutdir to rootpath if inipath is not set
24534cdd29d74e302e86db1a719c99e024d7903e authored over 1 year agoFix hidden traceback entries of chained exceptions getting shown
99c78aa93aff0d1ede554ecde92f955ebe8fb156 authored over 1 year agocacheprovider: fix file-skipping feature for files in packages
3a6bdcd76b57e45ca03e6a20db787564843902f1 authored over 1 year ago
Currently, if `--confcutdir` is not set, `inipath.parent` is used, and
if `initpath` is not set,...
In #10758 we introduced the support for the use of the walrus operator in the test cases. There ...
9e1add75f771904ac124bbd0e313a77febe62ce4 authored over 1 year agoAdded handling of %f directive to print microseconds in log format options, such as log-date-for...
4da9026766b3b6586a12a815a9713457c6567ec1 authored over 1 year agoCloses #11013
---------
Co-authored-by: Ran Benita <[email protected]>
7c231baa6400a653eb322705ffffb6385dead3dc authored over 1 year ago
`--lf` has a feature where if a certain `Module` (python file) does not
contain any failed tests...
Bumps [anyio[curio,trio]](https://github.com/agronholm/anyio) from 3.6.2 to 3.7.0.
- [Changelog]...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.0.0 to 4.1.0.
- [Changelog](...
Fix #1904.
dd667336ce0b55b430452e78cd57ba2c0a769066 authored over 1 year ago[automated] Update plugin list
29d16d293965a9dc3511576113db8f9eff2c8bc1 authored over 1 year ago5313d50e187ab4dc9f267c88c15ff2a7d757fb05 authored over 1 year ago
Fixes #11031
Signed-off-by: Chris Mahoney <[email protected]>
Co-authored-by: Chris Ma...
Small fixes and improvements
af124c7f21c8a73ef9be6ae101d9a1ef96ff6039 authored over 1 year agononpython example now repr all exceptions
4e6d53fef52f2de364646db669fb9e5b79a98365 authored over 1 year agoThe definition of `repr_failure` on the `YamlItem` subclass only handled the custom `YamlExcepti...
751d726d2106be313eb63134b2a699e2c9b23e7b authored over 1 year agoCo-authored-by: pytest bot <[email protected]>
9e491f430e5f1e82eb75682342db4e933dd45073 authored over 1 year agoWill be used on its in some upcoming changes, but good on its own.
519f351b4f281473e29fc215f538b74237771ffd authored over 1 year ago
The path of Package is already the `__init__.py` file, and we're already
assured it's a file.
63f258f432198e16aa85a265d59a0513d2a02749 authored over 1 year ago
No reason for the exact type equality.
5d53447a73940fd6ff2bc53dd58ac61b861d34e8 authored over 1 year ago1716d3c9bf46dabba9f6790b4c1ef88305c5990f authored over 1 year ago
ac699e7b25a8d05222fc5b58bd4a1064ff03fa48 authored over 1 year ago
There are no longer any calls to `_addfinalizer` other than this one
place, so inline it.
Closes #10872
---------
Co-authored-by: Bruno Oliveira <[email protected]>
9fa82598a96ce28013630a45ef4af0074f73f944 authored over 1 year agoa2feb6bd000fef069ec3065d46470f59c2d24450 authored over 1 year ago
Forces requested `caplog` logging levels to be enabled if they were disabled via `logging.disabl...
ba32a3bd87e92d87d777a62414972374cbbfddf2 authored over 1 year agoCo-authored-by: Bruno Oliveira <[email protected]>
c8641f879f3dac0ce92338a6b87b687b7efe25d7 authored over 1 year ago6041511fb4f43e5c1139ccdca169e0c849d00d54 authored over 1 year ago
Reference "Status of Python Versions" in backwards-compatibility policy
739408b958f8e5a24de81e17e4cc2d4f34d93991 authored over 1 year agoAs suggested in #10981.
163632299565ec33b8566dc39f6b46c15b922953 authored over 1 year ago
updates:
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](https://github.com/pre-commit/...
Co-authored-by: pytest bot <[email protected]>
612489e2bdf0c39818474e7c4e37b367646f79ae authored over 1 year ago
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 8.
- [Release notes](https://g...
3b5b3cf50ee514773c14626419b472625e76e438 authored over 1 year ago
Fixed how the label is configured.
23e343af6018ef3dcf8650e9b3c4a8da0fabe566 authored over 1 year agopre-commit: remove `default_language_version` setting
f9a995b56d077520ddf87cf4c26b7f4712a2315c authored over 1 year ago
This makes it difficult to run on newer python versions than the one
specified.
Consider testpaths for initial conftests
76d15231f5749ca26a180df02ef2e5c138aaefc8 authored over 1 year ago4cc05e7bee158ba12698880e8bb83d5040aa277d authored over 1 year ago
The 'testpaths' option is meant to be identical to execute
pytest passing the 'testpaths' direct...
b241c0b479bb409e496db5751a97dac0bd3ad4d9 authored over 1 year ago
`_set_initial_conftests` could break on some systems if a very long
option was passed, because t...
This introduces a workflow to automatically close issues with the label
`status: needs informat...
Added a note for single quotation used in Windows.
f84fea08882461a254663f032a9e397279cb6d79 authored over 1 year agofaulthandler: avoid accessing sys.stderr.encoding
271bdf6c235360131ae5a3e3426f39174811c0cf authored over 1 year agobuild(deps): Bump django from 4.2 to 4.2.1 in /testing/plugins_integration
fd56968f2b9006b7a93bcf918b465d37bd3eea56 authored over 1 year agofix reference to non-existent module
5b75b0d03f6968e5b389003798589cfa651ac9ff authored over 1 year ago
Fixes a pytest-xdist regression after
762bb61562d1300eedeb80be2ec2fb8150b3cc3f (not yet released...
b1460f32613bc32f4a4e0accac0f6324bc878f8e authored over 1 year ago
Co-authored-by: pytest bot <[email protected]>
a88ae8289cd21d39dd360666bb2e83dfa98b215e authored over 1 year ago
updates:
- https://github.com/asottile/reorder_python_imports → https://github.com/asottile/reo...
Bumps [django](https://github.com/django/django) from 4.2 to 4.2.1.
- [Commits](https://github.c...
Co-authored-by: Bruno Oliveira <[email protected]>
7d548c38e26398d40e5891b3529a8d1eb72e0d74 authored over 1 year ago[automated] Update plugin list
07eeeb8dfc82de289565a57880ca08b0eac4462d authored over 1 year agobe774667c2313debfa87d4ecd17455d20a4e6187 authored over 1 year ago
* faulthandler: fix an EncodingWarning
* _py/path: tiny change to `ensure` to silence Encodin...
762bb61562d1300eedeb80be2ec2fb8150b3cc3f authored over 1 year ago725de3a0d3bb3554cb987940561276d5e76c828c authored over 1 year ago
Since `Traceback.getcrashentry` takes the `ExceptionInfo`, it is not
really independent of it an...
TracebackEntry needs the excinfo for the `__tracebackhide__ = callback`
functionality, where `ca...
TracebackEntry being mutable caught me by surprise and makes reasoning
about the exception forma...
This makes it usable as a general function, and just more understandable
in general.
a15f54496293157b4c8f65164f86ba81c3d908a1 authored over 1 year ago
updates:
- [github.com/PyCQA/autoflake: v2.1.0 → v2.1.1](https://github.com/PyCQA/autoflake/com...
Fixes https://github.com/pytest-dev/pytest/issues/10815
e03f82c359ee2b6596dbf3aeece8537f4b8fb7ab authored over 1 year ago158f41fdf8d11afcf01e4e15a9d96d95a3041d77 authored over 1 year ago
[automated] Update plugin list
fd6a4507ac047d7b356bb5f92cf33db66176b2b4 authored over 1 year ago15156757b6432669834d5b89810cf9e00f890a2b authored over 1 year ago
0860f4e916db4f0b7bae99b9c9f85a02e88ff4d3 authored almost 2 years ago
testing: remove usages of testdir that sneaked back in
11965d1c277dbbc9e0e52b7a0d0801da42485d68 authored almost 2 years ago
updates:
- [github.com/PyCQA/autoflake: v2.0.2 → v2.1.0](https://github.com/PyCQA/autoflake/comp...
Bumps [pytest-sugar](https://github.com/Teemu/pytest-sugar) from 0.9.5 to 0.9.7.
- [Release not...
Closes #10831.
This fixes a small bug where running tests that contained
`pytest.fail(pytrac...
[automated] Update plugin list
4eca6063c8df11a0bb8dbe23745294aa5d5fec67 authored almost 2 years ago819f5abd731a8d48ea05ca01bd2874d298053977 authored almost 2 years ago
doc: add missing changelog for #10907
adf891ab1d62fd3bffeb6401561fdd9634b9a088 authored almost 2 years agof08184ba209fc127e1c483bf7058830db3fea5be authored almost 2 years ago
28783e5d23beb23de8f2abff04c7cfada00c9f8b authored almost 2 years ago
Merge pull request #10913 from pytest-dev/release-7.3.1
7834b3b07f7a7b2409331a8f14141c6ee8546215 authored almost 2 years agoPrepare release 7.3.1
(cherry picked from commit a1f7a204df45a4fd07d5d62128f61198e5dd7f23)
ece756fcb4c3ca2bf6368f3abf52db9530930212 authored almost 2 years ago