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
As discussed in https://github.com/pytest-dev/pytest/issues/3342, this
is the first step to make...
Remove outdated py2py3 example
256a9e0027f8479d3e9951ffd00e41df00e603d7 authored about 5 years ago
Release notes:
https://mypy-lang.blogspot.com/2019/11/mypy-0.html
d2d7b97a70c1e9dce9e2018c885a4e4203fadf64 authored about 5 years ago
Ensure cache supporting files still exist after --cache-clear
23f6adc760cbeb78b71e2c82cf106f48535efa82 authored about 5 years agoFix #6290
172b82875a2c3c1052938a300bc97d8cfb9688ab authored about 5 years agodocs: move changelog to docs/en and allow sphinx directives
277857b026fbc4a5150b0e75b14660a2768e6d74 authored about 5 years ago
Now `tox -e docs` will also include the draft changelog for the
next version (locally only).
`C...
d3ab56f531f7419fb1bfe037244a96fa3ddf765c authored about 5 years agorename test_pdb to test_debugging
da091b832d82b79f800db7f709591184a4ece696 authored about 5 years ago8feeb093984fcb17491bc1b6d6dcaf94a4cbdae0 authored about 5 years ago
Revert "A warning is now issued when assertions are made for `None`"
209d99102da374bc2b445d08fba4c893d47a7a2a authored about 5 years agoRemove duplicated changelog entry for 5.3.1
6d31684da54eb64084bd395395b383ea5a1f437c authored about 5 years ago4ee280ae1fee874bf316e5775a2dab0bfbfa9655 authored about 5 years ago
Preparing release version 5.3.1
8b8cba369cecabde72b1bb3f2349a17b77ffeae5 authored about 5 years agopytester: use no colors with inline runs by default
b6b0bc03f3edbbb874a8c1d9cac584815fc4fb35 authored about 5 years agoSets `PY_COLORS=0` in the environment by default, which is used by pylib.
Via https://github.co...
a1219ab8fc4522cc22e8b17a90e9c0e44612d998 authored about 5 years ago05008f6b557ad35b71efd9e9ebca96c07402d793 authored about 5 years ago
83182b82ea81170afe48fd16c7c64c72f3f51692 authored about 5 years ago
b66dc800081bff90b82b6e3649da5838c7531089 authored about 5 years ago
31d5cedc6d087d7f5932e8f53e968c15d72fa463 authored about 5 years ago
91b3ff1bb73afdbc5dfcda1f15fb241027e4d0e7 authored about 5 years ago
Update repository
69ad2026f606b2b9d6ea018aa37b10a8c7bf379c authored about 5 years agoAdd link to testdir fixture in CHANGELOG entry
9d900930dbf52fc79ac9414c1f6d9ec485f55e18 authored about 5 years agotyping: minor improvements
47ae1fb36b287b68bd0f3f46955af97df523ccea authored about 5 years agodocs: add missing `log_cli` confval
a8230d77f45984e80c4b528cd6f1909128816ed5 authored about 5 years agotox: docs: --keep-going and posargs
b7d908f4a5a8d27ab7cb84b2eb430830c641f7df authored about 5 years agobc7282576f0490a67795b1844ed8e6c6ab497223 authored about 5 years ago
b9dd0e621004f8849f6487316b6ff85f9691d251 authored about 5 years ago
`--keep-going` makes sense with `-W` to see all warnings/errors.
`{posargs:}` is useful for pas...
57f3dc19b9a26748f9238a0f9af8022c1cfcc106 authored about 5 years ago_idval: remove trailing newline from exception
d7d5cf4136d8345187aa20442047da9f05401d53 authored about 5 years agoCorrect a typo in _pytest/config/__init__.py
ed67312bca2b8b51c6b309df1201be0f89bbb6ae authored about 5 years ago2d24c062b6c1beb914399174c1fd9190f6093371 authored about 5 years ago
d940d0b6570535a4e39fed31166fef67ed8769af authored about 5 years ago
f9f092a5e6dc27d28b220fde75b348f086ef85c0 authored about 5 years ago
b7bc52f770dd3352cfaf54ed5ec82df382013e2d authored about 5 years ago
Node from parent
a3c8246b6053de15d9b95bfa7a425d59054c2693 authored about 5 years agoc99c7d0f95170a5e308ed6c37e63b2d90794a4f9 authored about 5 years ago
15ffe6320498f37a57dd23a45866e5903d61f56c authored about 5 years ago
Add acceptance tests for "config warnings" stacklevel (#4445)
886b8d27c669c6a65488192f75299a7cb9e1ab52 authored about 5 years agoFix line detection for properties in doctest tests
d1eb89d6940d3081876f663622017d8952e77a80 authored about 5 years agopytester: remove special handling of env during inner runs
a4408eb9c13283f9285df263e91ab2b3219d7b5a authored about 5 years agoCloses https://github.com/pytest-dev/pytest/issues/6213.
b0ebcfb7857ef9e14064ca22baad4f6623f0251a authored about 5 years agoCo-Authored-By: Daniel Hahler <[email protected]>
5e097970df24a47a5944f29a6dca1eb1219b5b8e authored about 5 years agoResolves #4445 and #5928 (thanks to allanlewis)
Add CHANGELOG for location parameter
a02310a1401a185676f3421c6598434f2d73594a authored about 5 years agoterminal: _get_main_color: help pytest-parallel
0601f5cdad56a3e64cf15618ee2856a49aab58cd authored about 5 years agomain: wrap_session: handle exit.Exception with notify_exception
a7268aaa5df737bbea8afd81470d2f750c9abc2e authored about 5 years ago
Use `dict.keys()` to work around `__iter__` not working with a
multiprocessing DictProxy.
Ref: ...
1f736a663d6bd9c7a1a99dc970d70367863810a8 authored about 5 years ago
Fixes https://github.com/pytest-dev/pytest/issues/6257.
Via https://github.com/blueyed/pytest/pu...
Merge master into features
2fa0518e899dd8750770c5e62db6528198e7fe4d authored about 5 years agodf0c652333f7533bb783da3d366fc7b0e0a5450b authored about 5 years ago
CHANGELOG: two minor fixes/improvements
63c9ad02f4b15d981adf3ec6d34560e94faf0d05 authored about 5 years agodocs: configure default_role=literal
8b7aeefd7d57a5885017450b09e2b12203d6aede authored about 5 years agoRemove sys.last_traceback attribute using del instead of setting to None
f1ac0eeef0c7fd504dc7a87c72a35730857363fc authored about 5 years ago82424c92708ed6fe9fba83ff4cbc3ce128e13494 authored about 5 years ago
dbb8c146f041b4ffaa704097007d8bb1f160d990 authored about 5 years ago
8d686a8e460fe8dd513efe2632481587ce0d4ab9 authored about 5 years ago
9d1082bd302832fe7289dfbed53a81a17eccf05c authored about 5 years ago
Add develop instructions to CONTRIBUTING
490c7c72620b1c0b97f89f15f976189426cbb806 authored about 5 years ago2ffbe41ae526b5367fca798e405fceab9bc57228 authored about 5 years ago
From: https://github.com/pytest-dev/pytest/pull/6244
8f2fd8ffc039f45a8daaedd62e6a2ca9af2542f6 authored about 5 years ago64eb9ea670fd4d31e46e41ee397933fcad05886d authored about 5 years ago
Add type annotations to _pytest.config.argparsing and corresponding Config code
5820c5c5a61579b7baa92d6d22ac9602a50c9132 authored about 5 years agoAdded link checking to tox and release.py
7e10c8191d0a6b8e2a0047947ededc232d02cd06 authored about 5 years ago6659fe0edcff7fdedd8b28509f4e5e050c42edfa authored about 5 years ago
pytester: LineMatcher: __tracebackhide__ with _fail
4ee984ff0ab9bbf46ff07dc5691fdb48bf70e5e1 authored about 5 years agoFollow-up to 2228ccb (gone lost in resolving the conflict).
b96e0a71a6ce4130b480b6c601befadbeec5dfe5 authored about 5 years agoparametrized: ids: support generator/iterator
ed012c808a20f983088157424a219ecce0d9dea7 authored about 5 years ago
This configures the default role for interpreted text (single
backticks), avoiding the need to c...
Respect --fulltrace with collection errors
6b75a7733ba7b8f09a0ad768342dff7100a6a365 authored about 5 years ago2d449e95e4c270f1b3a15239b72cd3c5338f798b authored about 5 years ago
dac16cd9e5113a5b769d89557e9dcdc5001fe205 authored about 5 years ago
Fixes https://github.com/pytest-dev/pytest/issues/759
- Adjust test_parametrized_ids_invalid_ty...
2c941b5d13cc8688a1d655fc0ef41a4de8c4e251 authored about 5 years agotesting/python/metafunc.py: import _idval once
98c899c9b0d18148bb8fdbae53d04ad533f8486e authored about 5 years agopytester: reset log output in _match_lines
58ec5bea353ba7141781b683d811824fd7b9a31b authored about 5 years agominor: move internal _pformat_dispatch function
f1224a0e855bb4707c05d7d943cfbe87f6e982a7 authored about 5 years agoccb3ef3b33fcf419d03260c1d18f352da373725d authored about 5 years ago
c0b1a39192a998b4368ac859677b7e22f8ee56f2 authored about 5 years ago
As per https://github.com/pytest-dev/pytest/pull/5914#issuecomment-556063975
0be03d7fe4e804adb30b6ee2760bcd473ff916ac authored about 5 years ago
This feature was added in commit
007a77c2ba14b3df8790efb433a2f849edf4f5d2, but was never used in...
Fix rendering of Before/After in changelog
2879d25812c87d9f9e6923bf3fa6c582eecf6d77 authored about 5 years agofe69a2cfb7d834ca6bf25bc69b9331f49ca3d30d authored about 5 years ago
af9dfc604deb490431a790d89fba7dfae107a079 authored about 5 years ago
Apparently the version of sphinx that rtd uses is a little more strict about whether an anonymou...
8c65eae5f4cb6d023b1720e3fcf65e03cc0d858a authored about 5 years ago
This is necessary for when using e.g. `no_fnmatch_line` after it.
Factor it out into `_fail`.
(...
2228ccbfb412e58138e88101876187008bb22346 authored about 5 years agoMerge features into master after 5.3
7e5ad314287a5c86856efea13c04333d7baf3643 authored about 5 years agoImprove instructions on how to write CHANGELOG entries
688bbefed1e85bb9bc89ce310af1d23127a290a2 authored about 5 years agoRelease 5.3.0
5b3867fd6553edcb456bd8758f6a15b16f2ec84c authored about 5 years ago
This makes easier for contributors to get the CHANGELOG entry
right the first time.
Improve check for misspelling of parametrize
1d368e0ed468ede55718b1990441725778ce6e9b authored about 5 years agobe59827216612fd416818702be7e2b8448f4089d authored about 5 years ago
faea273c930985074783703e7d37d88441acf30e authored about 5 years ago
4b16b93cf57bb58d6dd55fb4b4ffa2a0a2a344db authored about 5 years ago
21622d0df43609b84644134a4741343d147df1eb authored about 5 years ago
- there is no need to do this with `--strict-markers`
- it can be done when looking up marks, in...
d1e2d12b3feae7366b57b878f88a8b772817820e authored about 5 years ago
Remove check for os.symlink, always there in py3+
f36ea240fe3579f945bf5d6cc41b5e45a572249d authored about 5 years agoAdded in 79927428d initially, but never used.
4804d4bc9824f7a6fb0153a25e896627dec37b3b authored about 5 years agominor: visit_Assert: move setting of `negation` out of branches
b820b7e384a0e86ed0954bd79b89f4ff928e2837 authored about 5 years ago8d3e8b1c54ae5499e25101f5162cbe17f1cf7330 authored about 5 years ago
63a23d876cad98d42f03cf6c6f397513e96ffcdb authored about 5 years ago