mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
add test script bat/sh. Continue work in PR
This commit is contained in:
+4
-3
@@ -44,12 +44,13 @@ requirements:
|
||||
test:
|
||||
imports:
|
||||
- ifcopenshell
|
||||
requires:
|
||||
- pytest
|
||||
- pytest-cov
|
||||
source_files:
|
||||
- test
|
||||
- src/ifcopenshell-python
|
||||
commands:
|
||||
- cd test && python tests.py
|
||||
- cd src/ifcopenshell-python && mv ifcopenshell ifcopenshell-local && make test
|
||||
|
||||
about:
|
||||
home: http://ifcopenshell.org
|
||||
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