mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 19:34:34 +00:00
Run black on IfcOpenShell-python.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user