add stub and mock

This commit is contained in:
Josh Burman 2022-04-26 16:51:29 +00:00
parent 3af90e317e
commit 67a6303c45
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@ 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 python -m pip install pytest-stub
RUN python -m pip install pytest-mock
RUN mkdir /app
WORKDIR /app

View File

@ -8,6 +8,8 @@ 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 python -m pip install pytest-stub
RUN python -m pip install pytest-mock
RUN mkdir /app
WORKDIR /app