Improved tests for add in integration tests
This commit is contained in:
@@ -6,4 +6,4 @@ WORKDIR /tester
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT [ "pytest", "tests" ]
|
||||
ENTRYPOINT [ "pytest", "--exitfirst", "tests" ]
|
||||
|
||||
Reference in New Issue
Block a user