Skip to content

Commit

Permalink
Remove obsolete test, add make test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Oct 15, 2021
1 parent 6ec7647 commit 4e1df31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: clean clean-build clean-pyc clean-test lint
.PHONY: clean clean-build clean-pyc clean-test lint test

clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts

Expand All @@ -23,3 +23,6 @@ clean-test: ## remove test and coverage artifacts
lint: ## check style with flake8
flake8 pytest_asyncio tests
black --check --verbose pytest_asyncio tests

test:
pytest tests
29 changes: 0 additions & 29 deletions tests/async_fixtures/test_coroutine_fixtures.py

This file was deleted.

0 comments on commit 4e1df31

Please sign in to comment.