mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
add test script bat/sh. Continue work in PR
This commit is contained in:
+4
-3
@@ -44,12 +44,13 @@ requirements:
|
|||||||
test:
|
test:
|
||||||
imports:
|
imports:
|
||||||
- ifcopenshell
|
- ifcopenshell
|
||||||
|
requires:
|
||||||
|
- pytest
|
||||||
|
- pytest-cov
|
||||||
source_files:
|
source_files:
|
||||||
- test
|
- test
|
||||||
- src/ifcopenshell-python
|
- src/ifcopenshell-python
|
||||||
commands:
|
|
||||||
- cd test && python tests.py
|
|
||||||
- cd src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|
|
||||||
about:
|
about:
|
||||||
home: http://ifcopenshell.org
|
home: http://ifcopenshell.org
|
||||||
license: LGPL-3.0-or-later
|
license: LGPL-3.0-or-later
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
cd test && python tests.py
|
||||||
|
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd test && python tests.py
|
||||||
|
cd ../src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|
||||||
Reference in New Issue
Block a user