Skip to content

Commit 607496f

Browse files
committed
Updated expected test output.
1 parent 3883e92 commit 607496f

17 files changed

+4559
-328
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ dom-toml>=0.2.2
88
domdf-python-tools>=2.7.0
99
dulwich>=0.19.16
1010
email-validator==1.1.2
11-
first>=2.0.2
1211
idna==2.10
1312
isort>=5.0.0
1413
jinja2>=2.11.2
14+
mkrecipe>=0.1.2
1515
natsort>=7.1.0
1616
packaging>=20.4
1717
ruamel-yaml>=0.16.12
1818
shippinglabel>=0.8.2
1919
southwark>=0.7.1
2020
tabulate>=0.8.8
2121
typing-extensions>=3.7.4.3
22+
whey>=0.0.8
2223
yapf-isort>=0.5.2

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ coverage-pyver-pragma>=0.2.1
55
domdf-python-tools[testing]>=2.0.1
66
iniconfig!=1.1.0,>=1.0.1
77
lorem>=0.1.1
8+
pre-commit>=2.7.1
89
pytest>=6.0.0
910
pytest-cov>=2.8.1
1011
pytest-randomly>=3.3.1

tests/test_cli/test_show_/test_requirements_3_10__.tree

Lines changed: 384 additions & 12 deletions
Large diffs are not rendered by default.

tests/test_cli/test_show_/test_requirements_3_6_.tree

Lines changed: 535 additions & 37 deletions
Large diffs are not rendered by default.

tests/test_cli/test_show_/test_requirements_3_7_.tree

Lines changed: 483 additions & 33 deletions
Large diffs are not rendered by default.

tests/test_cli/test_show_/test_requirements_3_8_.tree

Lines changed: 457 additions & 27 deletions
Large diffs are not rendered by default.

tests/test_cli/test_show_/test_requirements_3_9_.tree

Lines changed: 390 additions & 12 deletions
Large diffs are not rendered by default.
Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,47 @@
11
repo_helper==2020.12.18
22
├── apeye>=0.7.0
3-
├── appdirs<2,>=1.4.4
3+
├── appdirs>=1.4.4
44
├── asttokens>=2.0.4
55
├── attrs>=20.2.0
66
├── cachecontrol[filecache]>=0.12.6
77
├── cawdrey>=0.4.1
88
├── certifi>=2017.4.17
9-
├── cfgv>=2.0.0
109
├── chardet<5,>=3.0.2
1110
├── click==7.1.2
1211
├── configconfig>=0.5.0
13-
├── consolekit>=1.0.0
12+
├── consolekit>=1.1.1
1413
├── css-parser==1.0.6
1514
├── deprecation>=2.1.0
1615
├── deprecation-alias>=0.1.1
1716
├── dict2css>=0.2.0
18-
├── distlib<1,>=0.3.1
1917
├── dnspython>=1.15.0
20-
├── dom-toml>=0.2.2
18+
├── dom-toml>=0.3.0
2119
├── domdf-python-tools>=2.7.0
2220
├── dulwich!=0.20.7,!=0.20.8,!=0.20.9,>=0.20.5
2321
├── email-validator==1.1.2
24-
├── filelock<4,>=3.0.12
22+
├── filelock>=3.0.12
2523
├── first>=2.0.2
26-
├── identify>=1.0.0
2724
├── idna<3,==2.10,>=2.5
2825
├── isort<=5.6.4,>=5.5.2
29-
├── jinja2>=2.11.2
26+
├── jinja2>=2.11.3
3027
├── jsonschema>=3.2.0
3128
├── lockfile>=0.12.2
3229
├── markupsafe>=0.23
3330
├── mistletoe>=0.7.2
31+
├── mkrecipe>=0.1.2
3432
├── msgpack>=0.5.2
3533
├── mypy-extensions>=0.3.0
36-
├── natsort>=7.1.0
37-
├── nodeenv>=0.11.1
38-
├── packaging>=20.7
39-
├── pre-commit>=2.7.1
34+
├── natsort>=7.1.1
35+
├── packaging>=20.9
4036
├── pydash>=4.7.4
4137
├── pyparsing>=2.0.2
4238
├── pyrsistent>=0.14.0
43-
├── pyyaml>=5.1
4439
├── requests>=2.24.0
4540
├── requests-file>=1.4
4641
├── ruamel-yaml>=0.16.12
4742
├── setuptools
48-
├── shippinglabel>=0.8.2
49-
├── six<2,>=1.11.0
43+
├── shippinglabel>=0.13.0
44+
├── six>=1.11.0
5045
├── southwark>=0.7.1
5146
├── tabulate>=0.8.8
5247
├── tldextract>=2.2.0
@@ -55,7 +50,7 @@ repo_helper==2020.12.18
5550
├── typing-extensions>=3.7.4.3
5651
├── typing-inspect>=0.6.0
5752
├── urllib3<1.27,>=1.24.1
58-
├── virtualenv>=20.0.8
5953
├── wheel-filename>=1.2.0
54+
├── whey>=0.0.8
6055
├── yapf==0.30.0
6156
└── yapf-isort>=0.5.2

tests/test_cli/test_show_/test_requirements_concise_3_6_.tree

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,52 @@
11
repo_helper==2020.12.18
22
├── apeye>=0.7.0
3-
├── appdirs<2,>=1.4.4
3+
├── appdirs>=1.4.4
44
├── asttokens>=2.0.4
55
├── attrs>=20.2.0
66
├── cachecontrol[filecache]>=0.12.6
77
├── cawdrey>=0.4.1
88
├── certifi>=2017.4.17
9-
├── cfgv>=2.0.0
109
├── chardet<5,>=3.0.2
1110
├── click==7.1.2
1211
├── colorama>=0.4.3; python_version < "3.10"
1312
├── configconfig>=0.5.0
14-
├── consolekit>=1.0.0
13+
├── consolekit>=1.1.1
1514
├── css-parser==1.0.6
1615
├── deprecation>=2.1.0
1716
├── deprecation-alias>=0.1.1
1817
├── dict2css>=0.2.0
19-
├── distlib<1,>=0.3.1
2018
├── dnspython>=1.15.0
21-
├── dom-toml>=0.2.2
19+
├── dom-toml>=0.3.0
2220
├── domdf-python-tools>=2.7.0
2321
├── dulwich!=0.20.7,!=0.20.8,!=0.20.9,>=0.20.5
2422
├── email-validator==1.1.2
25-
├── filelock<4,>=3.0.12
23+
├── filelock>=3.0.12
2624
├── first>=2.0.2
27-
├── identify>=1.0.0
2825
├── idna<3,==2.10,>=2.5
29-
├── importlib-metadata>=0.12; python_version < "3.8"
30-
├── importlib-metadata<3.5.0,>=1.5.0; python_version < "3.9"
26+
├── importlib-metadata>=1.5.0; python_version < "3.9"
3127
├── importlib-metadata; python_version < "3.8"
3228
├── importlib-resources>=3.0.0; python_version < "3.7"
3329
├── isort<=5.6.4,>=5.5.2
34-
├── jinja2>=2.11.2
30+
├── jinja2>=2.11.3
3531
├── jsonschema>=3.2.0
3632
├── lockfile>=0.12.2
3733
├── markupsafe>=0.23
3834
├── mistletoe>=0.7.2
35+
├── mkrecipe>=0.1.2
3936
├── msgpack>=0.5.2
4037
├── mypy-extensions>=0.3.0
41-
├── natsort>=7.1.0
42-
├── nodeenv>=0.11.1
43-
├── packaging>=20.7
44-
├── pre-commit>=2.7.1
38+
├── natsort>=7.1.1
39+
├── packaging>=20.9
4540
├── pydash>=4.7.4
4641
├── pyparsing>=2.0.2
4742
├── pyrsistent>=0.14.0
48-
├── pyyaml>=5.1
4943
├── requests>=2.24.0
5044
├── requests-file>=1.4
5145
├── ruamel-yaml>=0.16.12
5246
├── ruamel-yaml-clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
5347
├── setuptools
54-
├── shippinglabel>=0.8.2
55-
├── six<2,>=1.11.0
48+
├── shippinglabel>=0.13.0
49+
├── six>=1.11.0
5650
├── southwark>=0.7.1
5751
├── tabulate>=0.8.8
5852
├── tldextract>=2.2.0
@@ -63,8 +57,8 @@ repo_helper==2020.12.18
6357
├── typing-extensions>=3.6.4; python_version < "3.8"
6458
├── typing-inspect>=0.6.0
6559
├── urllib3<1.27,>=1.24.1
66-
├── virtualenv>=20.0.8
6760
├── wheel-filename>=1.2.0
61+
├── whey>=0.0.8
6862
├── yapf==0.30.0
6963
├── yapf-isort>=0.5.2
7064
├── zipp>=0.5
Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,51 @@
11
repo_helper==2020.12.18
22
├── apeye>=0.7.0
3-
├── appdirs<2,>=1.4.4
3+
├── appdirs>=1.4.4
44
├── asttokens>=2.0.4
55
├── attrs>=20.2.0
66
├── cachecontrol[filecache]>=0.12.6
77
├── cawdrey>=0.4.1
88
├── certifi>=2017.4.17
9-
├── cfgv>=2.0.0
109
├── chardet<5,>=3.0.2
1110
├── click==7.1.2
1211
├── colorama>=0.4.3; python_version < "3.10"
1312
├── configconfig>=0.5.0
14-
├── consolekit>=1.0.0
13+
├── consolekit>=1.1.1
1514
├── css-parser==1.0.6
1615
├── deprecation>=2.1.0
1716
├── deprecation-alias>=0.1.1
1817
├── dict2css>=0.2.0
19-
├── distlib<1,>=0.3.1
2018
├── dnspython>=1.15.0
21-
├── dom-toml>=0.2.2
19+
├── dom-toml>=0.3.0
2220
├── domdf-python-tools>=2.7.0
2321
├── dulwich!=0.20.7,!=0.20.8,!=0.20.9,>=0.20.5
2422
├── email-validator==1.1.2
25-
├── filelock<4,>=3.0.12
23+
├── filelock>=3.0.12
2624
├── first>=2.0.2
27-
├── identify>=1.0.0
2825
├── idna<3,==2.10,>=2.5
29-
├── importlib-metadata>=0.12; python_version < "3.8"
30-
├── importlib-metadata<3.5.0,>=1.5.0; python_version < "3.9"
26+
├── importlib-metadata>=1.5.0; python_version < "3.9"
3127
├── importlib-metadata; python_version < "3.8"
3228
├── isort<=5.6.4,>=5.5.2
33-
├── jinja2>=2.11.2
29+
├── jinja2>=2.11.3
3430
├── jsonschema>=3.2.0
3531
├── lockfile>=0.12.2
3632
├── markupsafe>=0.23
3733
├── mistletoe>=0.7.2
34+
├── mkrecipe>=0.1.2
3835
├── msgpack>=0.5.2
3936
├── mypy-extensions>=0.3.0
40-
├── natsort>=7.1.0
41-
├── nodeenv>=0.11.1
42-
├── packaging>=20.7
43-
├── pre-commit>=2.7.1
37+
├── natsort>=7.1.1
38+
├── packaging>=20.9
4439
├── pydash>=4.7.4
4540
├── pyparsing>=2.0.2
4641
├── pyrsistent>=0.14.0
47-
├── pyyaml>=5.1
4842
├── requests>=2.24.0
4943
├── requests-file>=1.4
5044
├── ruamel-yaml>=0.16.12
5145
├── ruamel-yaml-clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.10"
5246
├── setuptools
53-
├── shippinglabel>=0.8.2
54-
├── six<2,>=1.11.0
47+
├── shippinglabel>=0.13.0
48+
├── six>=1.11.0
5549
├── southwark>=0.7.1
5650
├── tabulate>=0.8.8
5751
├── tldextract>=2.2.0
@@ -62,8 +56,8 @@ repo_helper==2020.12.18
6256
├── typing-extensions>=3.6.4; python_version < "3.8"
6357
├── typing-inspect>=0.6.0
6458
├── urllib3<1.27,>=1.24.1
65-
├── virtualenv>=20.0.8
6659
├── wheel-filename>=1.2.0
60+
├── whey>=0.0.8
6761
├── yapf==0.30.0
6862
├── yapf-isort>=0.5.2
6963
└── zipp>=0.5

0 commit comments

Comments
 (0)