mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +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
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# ifcopenshell-python
|
||||||
|
|
||||||
|
Python bindings, utility functions, and high-level API for IfcOpenShell.
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
import unittest
|
import unittest
|
||||||
import ids
|
from ifcopenshell import ids
|
||||||
|
|
||||||
# from ids import ids
|
# from ids import ids
|
||||||
import requests
|
import requests
|
||||||
Reference in New Issue
Block a user