You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BIMData API is a tool to interact with your models stored on BIMData’s servers. Through the API, you can manage your projects, the clouds, upload your IFC files and manage them through endpoints. # noqa: E501
The version of the OpenAPI document: v1 (v1)
Contact: support@bimdata.io
Generated by: https://openapi-generator.tech
"""
import sys
import unittest
import bimdata_api_client
from bimdata_api_client.model.group import Group
globals()['Group'] = Group
from bimdata_api_client.model.group_folder_read import GroupFolderRead
class TestGroupFolderRead(unittest.TestCase):
"""GroupFolderRead unit test stubs"""
def setUp(self):
pass
def tearDown(self):
pass
def testGroupFolderRead(self):
"""Test GroupFolderRead"""
# FIXME: construct object with mandatory attributes with example values