Skip to content

Commit

Permalink
Add endpoints scoped to a config hash encoded in url
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Oct 17, 2023
1 parent 1902209 commit c512bdb
Show file tree
Hide file tree
Showing 7 changed files with 631 additions and 46 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ TEST_FILE ?= tests/unit_tests/
test:
poetry run pytest --disable-socket --allow-unix-socket $(TEST_FILE)

test_watch:
poetry run ptw . -- $(TEST_FILE)

######################
# LINTING AND FORMATTING
######################
Expand Down
Loading

0 comments on commit c512bdb

Please sign in to comment.