Skip to content

Commit

Permalink
wip making a make recipe to run tests with a user-provided branch of …
Browse files Browse the repository at this point in the history
…maze-dataset
  • Loading branch information
aaron-sandoval committed Jul 22, 2024
1 parent 70eef54 commit 283bdd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tests/_temp/**
tests/**/_temp/**
notebooks/data/**
notebooks/plots/**
maze-dataset_test/**

.coverage
htmlcov/
Expand Down
6 changes: 6 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ clean:
python -Bc "import pathlib; [p.rmdir() for p in pathlib.Path('.').rglob('__pycache__')]"


.PHONY: test_with_branch
test_with_branch:
@echo "creating test environment"
cp pyproject.toml poetry.lock maze-dataset_test


# listing targets, from stackoverflow
# https://stackoverflow.com/questions/4219255/how-do-you-get-the-list-of-targets-in-a-makefile
.PHONY: help
Expand Down

0 comments on commit 283bdd0

Please sign in to comment.