File tree 5 files changed +44
-34
lines changed
5 files changed +44
-34
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ case $1 in
9
9
;;
10
10
11
11
validate)
12
- # docker run docker-python-base validatecodeonce -h
13
- docker run docker-python-base validatecodeonce -k new
12
+ docker run docker-python-base validatecodeonce
14
13
;;
15
14
16
15
cli)
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ validatecode() {
53
53
54
54
validatecodeonce () {
55
55
echo -e " \nTriggering single run of code validation."
56
+
56
57
loadconfig
57
58
../test_suite.sh $@ reports
58
59
}
Original file line number Diff line number Diff line change
1
+ anyio==3.5.0
2
+ argh==0.26.2
3
+ asgiref==3.5.1
4
+ attrs==21.4.0
5
+ black==22.3.0
6
+ click==8.1.3
7
+ colorama==0.4.4
8
+ coverage==6.3.2
9
+ fastapi==0.75.2
10
+ flake8==4.0.1
11
+ flake8-isort==4.1.1
12
+ flake8-print==5.0.0
13
+ flake8-quotes==3.3.1
14
+ h11==0.13.0
15
+ idna==3.3
16
+ iniconfig==1.1.1
17
+ interrogate==1.5.0
18
+ isort==5.10.1
19
+ loguru==0.6.0
20
+ mccabe==0.6.1
21
+ mypy==0.950
22
+ mypy-extensions==0.4.3
23
+ nest-asyncio==1.5.5
24
+ packaging==21.3
25
+ pathspec==0.9.0
26
+ platformdirs==2.5.2
27
+ pluggy==1.0.0
28
+ py==1.11.0
29
+ pycodestyle==2.8.0
30
+ pydantic==1.9.0
31
+ pyflakes==2.4.0
32
+ pyparsing==3.0.8
1
33
pytest==7.1.2
2
34
pytest-asyncio==0.18.3
3
35
pytest-cov==3.0.0
4
36
pytest-mock==3.7.0
37
+ PyYAML==6.0
38
+ sniffio==1.2.0
39
+ starlette==0.17.1
40
+ tabulate==0.8.9
41
+ testfixtures==6.18.5
42
+ toml==0.10.2
43
+ tomli==2.0.1
44
+ typing_extensions==4.2.0
45
+ uvicorn==0.17.6
46
+ watchdog==2.1.7
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments