Commit abc6f07
committed
Move core configuration tests to vcs-versioning
Split setuptools-scm/testing_scm/test_config.py by moving core Configuration tests to vcs-versioning/testing_vcs/test_config.py.
Moved tests:
- test_tag_regex: tests Configuration tag_regex matching (core)
- test_config_regex_init: tests Configuration initialization with regex (core)
- test_config_bad_regex: tests Configuration validation (core)
Kept in setuptools-scm:
- test_config_from_pyproject: Configuration.from_file (setuptools integration)
- test_config_from_file_protects_relative_to: from_file warning (setuptools integration)
- test_config_overrides: from_file with env overrides (setuptools integration)
All tests pass: 407 passed, 10 skipped, 1 xfailed1 parent 7f905b4 commit abc6f07
File tree
2 files changed
+61
-49
lines changed- setuptools-scm/testing_scm
- vcs-versioning/testing_vcs
2 files changed
+61
-49
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | | - | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 17 | | |
36 | 18 | | |
37 | 19 | | |
| |||
48 | 30 | | |
49 | 31 | | |
50 | 32 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 33 | | |
58 | 34 | | |
59 | 35 | | |
| |||
98 | 74 | | |
99 | 75 | | |
100 | 76 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
0 commit comments