Skip to content

Commit bc4f342

Browse files
authored
test: added more tests for executor (explodinggradients#1110)
removed some messages
1 parent 353def1 commit bc4f342

File tree

4 files changed

+471
-14
lines changed

4 files changed

+471
-14
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test: ## Run tests
3030
@pytest --nbmake tests/unit $(shell if [ -n "$(k)" ]; then echo "-k $(k)"; fi)
3131
test-e2e: ## Run end2end tests
3232
echo "running end2end tests..."
33-
@pytest tests/e2e -s
33+
@pytest --nbmake tests/e2e -s
3434

3535
# Docs
3636
docs-site: ## Build and serve documentation

0 commit comments

Comments
 (0)