]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108303: Create Lib/test/test_dataclasses/ directory (GH-108978) (#109674)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 15:11:03 +0000 (08:11 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:11:03 +0000 (17:11 +0200)
commit9bceb8a79b73b3a0791a6621a40469c84869460a
treef333b1622d1ab065c14235f4c1d6fcf120d8512d
parentb153cab6d8f32fb62778ea55ffb9c4df40da91e8
[3.12] gh-108303: Create Lib/test/test_dataclasses/ directory (GH-108978) (#109674)

* gh-108303: Create Lib/test/test_dataclasses/ directory (GH-108978)

Move test_dataclasses.py and its "dataclass_*.py" modules into the
new Lib/test/test_dataclasses/ subdirectory.
(cherry picked from commit 14d6e197cc56e5256d501839a4e66e3864ab15f0)

Co-authored-by: Victor Stinner <vstinner@python.org>
* Fix Lint job: update Lib/test/.ruff.toml

---------

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/.ruff.toml
Lib/test/test_dataclasses/__init__.py [moved from Lib/test/test_dataclasses.py with 99% similarity]
Lib/test/test_dataclasses/dataclass_module_1.py [moved from Lib/test/dataclass_module_1.py with 100% similarity]
Lib/test/test_dataclasses/dataclass_module_1_str.py [moved from Lib/test/dataclass_module_1_str.py with 100% similarity]
Lib/test/test_dataclasses/dataclass_module_2.py [moved from Lib/test/dataclass_module_2.py with 100% similarity]
Lib/test/test_dataclasses/dataclass_module_2_str.py [moved from Lib/test/dataclass_module_2_str.py with 100% similarity]
Lib/test/test_dataclasses/dataclass_textanno.py [moved from Lib/test/dataclass_textanno.py with 100% similarity]
Makefile.pre.in