mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
typing
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import ifcopenshell.util
|
||||
import ifcopenshell.util.unit
|
||||
import pytest
|
||||
import math
|
||||
import ifcopenshell.api.alignment
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
import pytest
|
||||
import ifcopenshell.api.alignment
|
||||
import ifcopenshell.api.unit
|
||||
from ifcopenshell.api.alignment._map_alignment_horizontal_segment import _map_alignment_horizontal_segment
|
||||
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
import pytest
|
||||
import ifcopenshell.api.alignment
|
||||
import ifcopenshell.api.context
|
||||
import ifcopenshell.api.unit
|
||||
|
||||
|
||||
def test_update_fallback_position():
|
||||
|
||||
@@ -23,7 +23,8 @@ Those tests are not automatically checked and just there to make sure overloads
|
||||
|
||||
|
||||
import ifcopenshell
|
||||
from typing import assert_type, Union
|
||||
from typing import Union
|
||||
from typing_extensions import assert_type
|
||||
|
||||
|
||||
def ifcopenshell_open_test(str_: str, bool_: bool):
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with IfcOpenShell. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import ifcopenshell.geom
|
||||
import ifcopenshell.util
|
||||
import ifcopenshell.util.shape
|
||||
import pytest
|
||||
import test.bootstrap
|
||||
import ifcopenshell.api
|
||||
|
||||
Reference in New Issue
Block a user