Dion Moult
|
0fcc28f50c
|
Minor fix
|
2023-09-01 17:33:33 +10:00 |
|
Dion Moult
|
04e9a08f3d
|
IfcTester BCFs now include viewpoints for occurrences
|
2023-09-01 17:29:06 +10:00 |
|
Dion Moult
|
4716c0b7b7
|
IfcTester now supports much more granular statistic reports and more detailed / beautiful HTML reports.
|
2023-09-01 16:46:49 +10:00 |
|
Dion Moult
|
9fc32e5c2e
|
IfcTester JSON reporter now also stores identification data separately for convenient reporting.
|
2023-08-09 16:42:03 +10:00 |
|
Dion Moult
|
c5e5036fd3
|
Store applicability in IfcTester JSON results
|
2023-08-09 15:00:58 +10:00 |
|
Carlos Dias
|
fe5a6749a7
|
Add element guId in BCF report (#3549)
|
2023-08-06 21:11:31 +10:00 |
|
Thomas Krijnen
|
78b4b09be9
|
Include .xsd in ifctester package pypi distribution
|
2023-07-29 09:34:26 +08:00 |
|
ay-ex
|
7cd1c47ceb
|
add ids html report template percentage bars per section (#3520)
adding html report template percentage bars to each section
|
2023-07-28 18:55:35 +10:00 |
|
ay-ex
|
b792b05753
|
add collapsible detail results (#3508)
|
2023-07-26 23:33:36 +10:00 |
|
Andrej730
|
630ac7250a
|
Fixed ifctester tests by the latest ids schema #3458
Commented out tests involving minOccurs and maxOccurs until https://github.com/buildingSMART/IDS/issues/144 gets resolved.
|
2023-07-21 15:33:28 +05:00 |
|
Dion Moult
|
14fced7aba
|
Forgot to commit updated IfcTester test suite
|
2023-07-09 22:30:14 +10:00 |
|
Dion Moult
|
9b1693e112
|
Update IfcTester to comply with latest modifications to IDS XSD.
|
2023-07-09 17:02:12 +10:00 |
|
Dion Moult
|
c0402687b5
|
See #3334. Optimise pset getting and add simple "broadphase" filtering for all facets for faster validation.
|
2023-07-04 15:50:44 +10:00 |
|
Dion Moult
|
c6fa7161b6
|
Fix bug where IfcTester would pass derived attribute facets.
Now that IfcOpenShell supports derived attributes, we need to explicitly make sure the attribute facet only considers forward attributes.
|
2023-07-04 15:50:44 +10:00 |
|
Vasile-Corjan
|
1a3bf513a7
|
Update README.md
|
2023-06-16 08:34:05 +02:00 |
|
Vasile-Corjan
|
a855c40426
|
Update README.md
I have added the parameters "minOccurs" and "maxOccurs"
|
2023-06-16 08:34:05 +02:00 |
|
Dion Moult
|
adec3853e8
|
Fix #3202.
|
2023-05-26 19:54:26 +10:00 |
|
Dion Moult
|
bb285c47dc
|
See #2673. Bundle IfcTester for PyPI.
|
2023-05-09 20:49:08 +10:00 |
|
Vukas Pajic
|
4bfda8851c
|
Update failure reason #3018
|
2023-04-18 13:12:24 +02:00 |
|
Vukas Pajic
|
d333090b09
|
cleanup
|
2023-04-18 09:17:23 +10:00 |
|
Vukas Pajic
|
8ae7763ac5
|
added new tests for case where spec has no requirements
|
2023-04-18 09:17:23 +10:00 |
|
Andrej730
|
e1fc7cad44
|
Fixed all unit.add_si_unit uses after fd87747
Now they were causing `TypeError: Usecase.__init__() got an unexpected keyword argument 'name'`
|
2023-04-03 19:53:42 +05:00 |
|
Dion Moult
|
3ec7b82b85
|
Fix #2930. Do not require entity applicability in IfcTester.
|
2023-04-03 21:28:00 +10:00 |
|
Dion Moult
|
a406b9f7ef
|
Fix #2928.
|
2023-04-03 18:12:32 +10:00 |
|
Dion Moult
|
b1843ce781
|
Fix IfcTester bug which did not consider null enumeration values
|
2023-03-27 17:36:06 +11:00 |
|
Dion Moult
|
bdb193f500
|
Minor fix
|
2023-03-27 13:38:14 +11:00 |
|
ArturTomczak
|
2a0fdd214c
|
update the namespaces to current IDS schema
|
2023-03-21 20:37:37 +11:00 |
|
Dion Moult
|
fcb3640bee
|
IfcTester webapp can now render simple PartOf requirements
|
2023-03-21 17:13:34 +11:00 |
|
ay-ex
|
553334d50e
|
add imports to snippet
added imports and syntax highlighting so it is easier to run for newcomers
|
2023-03-17 20:33:15 +11:00 |
|
Dion Moult
|
dde847cb5a
|
IfcTester can now output reports in BCF
|
2023-02-20 17:50:36 +11:00 |
|
Dion Moult
|
e82cb5c149
|
IfcTester can now create reports in ODS format
|
2023-02-20 17:05:07 +11:00 |
|
Dion Moult
|
984548f315
|
IfcTester can now output reports in plain text
|
2023-02-20 17:04:38 +11:00 |
|
Dion Moult
|
bdec443410
|
Minor fixes to IfcTester
|
2022-11-12 14:08:01 +11:00 |
|
Dion Moult
|
e63ec83325
|
Fix some bugs in IfcTester that prevented tests running on IFC2X3
|
2022-11-08 20:05:56 +11:00 |
|
ArturTomczak
|
31600033bf
|
add BCF reporter to IDS (#2552)
* grammar
* reason not always a list
* extend readme with instruction
* remove microseconds from date
* add BCF reporter
|
2022-10-31 09:16:08 +11:00 |
|
Dion Moult
|
4533b74d65
|
Minor IfcTester fixes
|
2022-10-27 23:37:01 +11:00 |
|
Dion Moult
|
f55b47dcb3
|
Include sample file generator in IfcTester doc generator
|
2022-10-19 11:54:30 +11:00 |
|
Dion Moult
|
d6be887bde
|
Minor IfcTester test case fixes
|
2022-10-18 23:11:11 +11:00 |
|
Dion Moult
|
d847f358ba
|
Minor fix
|
2022-10-09 22:26:38 +11:00 |
|
Dion Moult
|
82f847f5d4
|
Basic adding of filled openings reimplemented with new opening system
|
2022-10-07 16:00:17 +11:00 |
|
Dion Moult
|
27dc81544c
|
Minor fixes to IfcTester testcases
|
2022-10-07 13:34:19 +11:00 |
|
Dion Moult
|
1677a6c83f
|
IfcTester now supports new entityType data in partof facet
|
2022-10-07 13:11:52 +11:00 |
|
Dion Moult
|
227b1391bd
|
Clarify behaviour of funny characters and pattern matching on numbers
|
2022-09-14 10:15:19 +10:00 |
|
Dion Moult
|
3255053ac4
|
Implement all restrictions for IfcTester
|
2022-09-13 22:09:40 +10:00 |
|
Dion Moult
|
422cc4802c
|
Implement optionality in IfcTester, and generate integration testcases
|
2022-09-13 19:50:51 +10:00 |
|
Dion Moult
|
fc0b0ca188
|
Minor fix to ids.xsd
|
2022-09-13 19:44:36 +10:00 |
|
Dion Moult
|
3120b0c6e2
|
Add support for IfcTester and predefined properties
|
2022-09-12 23:03:50 +10:00 |
|
Dion Moult
|
91fac6d4bd
|
Add IfcTester support and test cases for bounded, table, and reference props
|
2022-09-12 22:35:05 +10:00 |
|
Dion Moult
|
c7c59d9496
|
IfcTester now supports list and enumerated properties
|
2022-09-12 21:34:06 +10:00 |
|
Dion Moult
|
73ac5d314b
|
Complex properties and quantities are not supported in IDS
|
2022-09-12 20:10:25 +10:00 |
|