Refactor endpoint tests
Replace force_login calls with login call from client class in setUp
This commit is contained in:
parent
428cd39d13
commit
6a4f33c182
135 changed files with 4315 additions and 1336 deletions
11
Dockerfile
11
Dockerfile
|
|
@ -1,11 +0,0 @@
|
|||
FROM python:3.7-buster
|
||||
|
||||
RUN pip install poetry
|
||||
|
||||
WORKDIR /app
|
||||
COPY poetry.lock pyproject.toml /app/
|
||||
|
||||
RUN poetry config virtualenvs.create false
|
||||
RUN poetry install --no-interaction
|
||||
|
||||
COPY . /app/
|
||||
Loading…
Add table
Add a link
Reference in a new issue