Skip to content

Commit

Permalink
Moved unit tests to 04-src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dagenaik committed Aug 19, 2024
1 parent 97a83f6 commit 76739fb
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit 07-tests
name: Unit tests

on:
push:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e $GITHUB_WORKSPACE
- name: Unit 07-tests
- name: Unit tests
run: |
python -m tests.grid_tests
python -m tests.model_tests
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def tearDown(self):
del(self._parser)

def testValidInput(self):
file = os.path.abspath("07-tests/validinput.txt")
file = os.path.abspath("tests/validinput.txt")

with open(file, 'r') as f:
lines = len(f.readlines())
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 76739fb

Please sign in to comment.