Run black on IfcOpenShell-python.

This commit is contained in:
Dion Moult
2022-01-10 15:42:24 +11:00
parent 256f40ed44
commit 666e484b2b
32 changed files with 368 additions and 242 deletions
@@ -12,7 +12,10 @@ class TestAddApplication(test.bootstrap.IFC4):
assert developer.is_a("IfcOrganization")
assert developer.Identification == "IfcOpenShell"
assert developer.Name == "IfcOpenShell"
assert developer.Description == "IfcOpenShell is an open source software library that helps users and software developers to work with IFC data."
assert (
developer.Description
== "IfcOpenShell is an open source software library that helps users and software developers to work with IFC data."
)
assert developer.Roles[0].Role == "USERDEFINED"
assert developer.Roles[0].UserDefinedRole == "CONTRIBUTOR"
assert developer.Addresses[0].is_a("IfcTelecomAddress")