Commit 292e7ec9 authored by Hamaker, Alec's avatar Hamaker, Alec
Browse files

Copied entire test directory instead of just test.py

parent c82a5667
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ RUN set -eux && pip install --upgrade pip && \
      pip install pytest pytest-cov


COPY ./test/test.py /test/test.py
COPY ./test/ /test


CMD ['sh', 'tail', '-f', '/dev/null']