pytest2/testing/python
Ran Benita 310b67b227
Drop attrs dependency, use dataclasses instead (#10669)
Since pytest now requires Python>=3.7, we can use the stdlib attrs
clone, dataclasses, instead of the OG package.

attrs is still somewhat nicer than dataclasses and has some extra
functionality, but for pytest usage there's not really a justification
IMO to impose the extra dependency on users when a standard alternative
exists.
2023-01-20 11:13:36 +02:00
..
approx.py Fix representation of tuples in approx 2022-06-14 06:54:32 -03:00
collect.py Rename pathlib hook parameters (#9363) 2021-12-03 13:14:09 +01:00
fixtures.py Remove deprecated `_fillfuncargs` function 2021-12-07 22:27:35 +02:00
integration.py Class methods can now be discovered as tests (#10552) 2022-12-02 15:53:04 +00:00
metafunc.py Drop attrs dependency, use dataclasses instead (#10669) 2023-01-20 11:13:36 +02:00
raises.py update does_not_raise docs now that pytest is 3.7+ only 2022-06-29 13:13:15 -04:00
show_fixtures_per_test.py add feature to view fixture source location in invocations with --fixtures-per-test option (#8626) 2021-05-14 14:38:55 +02:00