adds test coverage

This commit is contained in:
Josh Burman 2022-04-25 18:31:06 +00:00
parent 9054c92103
commit 3af90e317e
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN python -m pip install pydantic
RUN python -m pip install daemonize
RUN python -m pip install sqspy
RUN python -m pip install -U pytest
RUN python -m pip install pytest-cov
RUN mkdir /app
WORKDIR /app

View File

@ -7,6 +7,7 @@ RUN python -m pip install pydantic
RUN python -m pip install daemonize
RUN python -m pip install sqspy
RUN python -m pip install -U pytest
RUN python -m pip install pytest-cov
RUN mkdir /app
WORKDIR /app