Skip to content

Commit 229c46f

Browse files
remove test code
1 parent bd5c9af commit 229c46f

File tree

5 files changed

+44
-34
lines changed

5 files changed

+44
-34
lines changed

dev.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ case $1 in
99
;;
1010

1111
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
1413
;;
1514

1615
cli)

entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ validatecode() {
5353

5454
validatecodeonce() {
5555
echo -e "\nTriggering single run of code validation."
56+
5657
loadconfig
5758
../test_suite.sh $@ reports
5859
}

requirements_3.10.txt

+42
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,46 @@
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
133
pytest==7.1.2
234
pytest-asyncio==0.18.3
335
pytest-cov==3.0.0
436
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

test.sh

-29
This file was deleted.

tests/webapp/tests/new_test.py

-3
This file was deleted.

0 commit comments

Comments
 (0)