Skip to content

Commit 62559a7

Browse files
committed
tests: rearranged tests
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent d95dc73 commit 62559a7

18 files changed

+37
-37
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# EditorConfig is awesome: https://editorconfig.org
22

3-
[licenses/utf-8*]
3+
[my_licenses/utf-8*]
44
charset = utf-8
55

6-
[licenses/utf-16le*]
6+
[my_licenses/utf-16le*]
77
charset = utf-16le
88

9-
[licenses/utf-16be*]
9+
[my_licenses/utf-16be*]
1010
charset = utf-16be
1111

tests/_data/infiles/_helpers/local_pckages/with-license-pep639_regression-issue868/licenses/richtext.rtf renamed to tests/_data/infiles/_helpers/local_pckages/with-license-pep639_regression-issue868/my_licenses/richtext.rtf

File renamed without changes.

tests/_data/infiles/_helpers/local_pckages/with-license-pep639_regression-issue868/licenses/utf-16be_withBOM.txt renamed to tests/_data/infiles/_helpers/local_pckages/with-license-pep639_regression-issue868/my_licenses/utf-16be_withBOM.txt

File renamed without changes.

tests/_data/infiles/_helpers/local_pckages/with-license-pep639_regression-issue868/licenses/utf-16le_withBOM.txt renamed to tests/_data/infiles/_helpers/local_pckages/with-license-pep639_regression-issue868/my_licenses/utf-16le_withBOM.txt

File renamed without changes.

tests/_data/infiles/_helpers/local_pckages/with-license-pep639_regression-issue868/licenses/utf-8_noBOM.txt renamed to tests/_data/infiles/_helpers/local_pckages/with-license-pep639_regression-issue868/my_licenses/utf-8_noBOM.txt

File renamed without changes.

tests/_data/infiles/_helpers/local_pckages/with-license-pep639_regression-issue868/licenses/utf-8_withBOM.txt renamed to tests/_data/infiles/_helpers/local_pckages/with-license-pep639_regression-issue868/my_licenses/utf-8_withBOM.txt

File renamed without changes.

tests/_data/infiles/_helpers/local_pckages/with-license-pep639_regression-issue868/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
[project]
77
name = "regression-issue868"
88
version = "0.1"
9-
license-files = ["licenses/*"]
9+
license-files = ["my_licenses/*"]
1010
readme = "README.md"
1111

1212
[tool.setuptools]

tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.1.xml.bin

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.2.json.bin

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/_data/snapshots/environment/pep639-texts_with-license-pep639_1.2.xml.bin

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)