Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
🧪 Add dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Jul 29, 2024
1 parent 0b92b82 commit 45b637a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!make

IMAGE_NAME = ghcr.io/ministryofjustice/analytical-platform-ollamate:local
IMAGE_NAME=ghcr.io/ministryofjustice/analytical-platform-ollamate:local

phony: test

build-static:
make build-css
Expand Down Expand Up @@ -44,7 +46,7 @@ cst: build-container
test: build-container
@echo
@echo "> Running Python Tests (In Docker)..."
IMAGE_TAG=$(IMAGE_NAME) docker compose --file=contrib/docker-compose-test.yml run --rm interfaces
export IMAGE_TAG=$(IMAGE_NAME); env | grep IMAGE; docker compose --file=contrib/docker-compose-test.yml run --rm interfaces

ct:
ct lint --charts chart
Expand Down
1 change: 0 additions & 1 deletion tests/test.py

This file was deleted.

2 changes: 2 additions & 0 deletions tests/test_file.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def test_always_pass():
assert True

0 comments on commit 45b637a

Please sign in to comment.