Improved tests for add in integration tests

This commit is contained in:
Donkie
2023-05-28 21:40:17 +02:00
parent de1bf05922
commit 424856c710
5 changed files with 122 additions and 32 deletions

View File

@@ -6,4 +6,4 @@ WORKDIR /tester
RUN pip install -r requirements.txt
ENTRYPOINT [ "pytest", "tests" ]
ENTRYPOINT [ "pytest", "--exitfirst", "tests" ]