File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ COPY ./kglab /opt/kglab/kglab
37
37
COPY ./dat /opt/kglab/dat
38
38
COPY ./examples /opt/kglab/examples
39
39
COPY ./requirements*.txt /opt/kglab/
40
- COPY ./test.py /opt/kglab/
41
40
COPY ./sample.py /opt/kglab/
42
41
43
42
# # create a known user ID
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ COPY ./kglab /opt/kglab/kglab
37
37
COPY ./dat /opt/kglab/dat
38
38
COPY ./examples /opt/kglab/examples
39
39
COPY ./requirements*.txt /opt/kglab/
40
- COPY ./test.py /opt/kglab/
40
+ COPY ./tests/ /opt/kglab/tests /
41
41
COPY ./sample.py /opt/kglab/
42
42
43
43
# # create a known user ID
@@ -70,4 +70,4 @@ RUN set -eux; \
70
70
source /opt/kglab/venv/bin/activate ; \
71
71
/opt/kglab/venv/bin/python3.8 -m pip install -r /opt/kglab/requirements-dev.txt
72
72
73
- CMD /opt/kglab/venv/bin/python3.8 /opt/kglab/test.py
73
+ CMD /opt/kglab/venv/bin/python3.8 -m pytest tests/
You can’t perform that action at this time.
0 commit comments