Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: changed test for new logic.
Browse files Browse the repository at this point in the history
elad-pticha committed Nov 9, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3d45fc9 commit 531af15
Showing 9 changed files with 460 additions and 257 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -87,6 +87,7 @@ ipython_config.py

# Local debugging - Run tests outside containers
temp_test_raven.py
temp/

# pyenv
.python-version
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -15,4 +15,4 @@ test-build:
test-run:
@echo "DO NOT USE DIRECTLY; PLEASE USE: make test-build"
@echo "Running Tests..."
@python3 test_raven.py
@pytest -v tests
3 changes: 0 additions & 3 deletions deployment/test.dockerfile
Original file line number Diff line number Diff line change
@@ -11,9 +11,6 @@ COPY Makefile requirements.txt /raven/
COPY src /raven/src
COPY tests /raven/tests

# Move the main test file to the Root directory
RUN mv /raven/tests/test_raven.py /raven/test_raven.py

# Install any needed packages specified in requirements.txt
RUN pip3 install -r requirements.txt

Loading

0 comments on commit 531af15

Please sign in to comment.