add stub and mock
This commit is contained in:
parent
3af90e317e
commit
67a6303c45
@ -8,6 +8,8 @@ RUN python -m pip install daemonize
|
|||||||
RUN python -m pip install sqspy
|
RUN python -m pip install sqspy
|
||||||
RUN python -m pip install -U pytest
|
RUN python -m pip install -U pytest
|
||||||
RUN python -m pip install pytest-cov
|
RUN python -m pip install pytest-cov
|
||||||
|
RUN python -m pip install pytest-stub
|
||||||
|
RUN python -m pip install pytest-mock
|
||||||
|
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
@ -8,6 +8,8 @@ RUN python -m pip install daemonize
|
|||||||
RUN python -m pip install sqspy
|
RUN python -m pip install sqspy
|
||||||
RUN python -m pip install -U pytest
|
RUN python -m pip install -U pytest
|
||||||
RUN python -m pip install pytest-cov
|
RUN python -m pip install pytest-cov
|
||||||
|
RUN python -m pip install pytest-stub
|
||||||
|
RUN python -m pip install pytest-mock
|
||||||
|
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user