Skip to content

Commit

Permalink
fix: remove timeseries v1 endpoint JS tests
Browse files Browse the repository at this point in the history
see #19 for more details
  • Loading branch information
alee committed Sep 10, 2021
1 parent 709619f commit 81ba69c
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 13,859 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
trap '[ -n "$(jobs -pr)" ] && kill $(jobs -pr)' INT QUIT TERM EXIT
cd timeseries
ENVIR=dev pytest
ENVIR=dev uvicorn --port 8001 app.main:app &
cd ..
./configure dev
make test-integration
# ENVIR=dev uvicorn --port 8001 app.main:app &
# cd ..
# ./configure dev
# make test-integration
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,3 @@ deploy: build
# Run python unit tests
test-unit:
docker-compose run --user "$(UID):$(GID)" --rm -v $(PWD):/code server pytest

.PHONY: test-integration
# Run javascript integration tests
test-integration:
make -C timeseries/tests test
2 changes: 0 additions & 2 deletions timeseries/tests/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions timeseries/tests/Makefile

This file was deleted.

Loading

0 comments on commit 81ba69c

Please sign in to comment.