mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Move tests outside src, as per convention. See #1711.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.PHONY: test
|
||||
test:
|
||||
pytest -o "testpaths=test"
|
||||
|
||||
.PHONY: coverage
|
||||
coverage:
|
||||
coverage run --source ifcopenshell -m pytest
|
||||
coverage html
|
||||
xdg-open htmlcov/index.html
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf htmlcov
|
||||
Reference in New Issue
Block a user