Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV HOME=/home/packit_dashboard \
RUN dnf install -y ansible

COPY ./files /src/files
COPY ./package.json /src
COPY ./frontend/package.json /src
COPY ./Makefile /src/Makefile

WORKDIR "/src"
Expand All @@ -18,5 +18,4 @@ RUN ansible-playbook -vv -c local -i localhost, ./files/ansible/recipe-tests.yam
&& dnf clean all

COPY ./packit_dashboard /src/packit_dashboard
COPY ./templates /src/templates
COPY ./tests /src/tests
29 changes: 0 additions & 29 deletions packit_dashboard/utils.py

This file was deleted.

25 changes: 0 additions & 25 deletions tests/tests_requre/__init__.py

This file was deleted.

73 changes: 0 additions & 73 deletions tests/tests_requre/test_requre.py

This file was deleted.

5 changes: 0 additions & 5 deletions tests/unit/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,3 @@ def _setup_app_context_for_test():
ctx.push()
yield # tests will run here
ctx.pop()


def test_architecture_image(client):
response = client.get("/api/images/architecture.svg")
assert response.status_code == 200
Loading