Skip to content

Commit

Permalink
Enable tests (#83)
Browse files Browse the repository at this point in the history
* Enable tests

* Update Hyperon DAS library

* Disable integration tests
  • Loading branch information
levisingularity authored Mar 5, 2024
1 parent aad8cf0 commit a16055a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ flake8:
lint: isort black flake8

unit-tests:
@echo "./scripts/run-tests.sh unit"
./scripts/run-tests.sh unit

unit-tests-coverage:
@echo "./scripts/run-tests.sh unit-tests-coverage"
./scripts/run-tests.sh unit-tests-coverage

integration-tests:
@echo "./scripts/run-tests.sh integration"
Expand Down
2 changes: 1 addition & 1 deletion das-query-engine/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hyperon-das==0.5.1
hyperon-das==0.5.2
incoming==0.3.1
pytest-mock==3.12.0
pytest==7.4.3
Expand Down

0 comments on commit a16055a

Please sign in to comment.