BlenderBIM: typo fixes

This commit is contained in:
luz paz
2022-08-27 10:36:54 -04:00
committed by Dion Moult
parent 771ba4c337
commit 68bf7a08e0
16 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ The BlenderBIM Add-on has three layers of tests for each of its three technology
layers:
1. **Core tests**: abstract domain logic unit tests agnostic of Blender
2. **Tool tests**: low-level concrete unit tests dependant on Blender
3. **BIM tests**: high-level integration UI and smoke tests dependant on Blender
2. **Tool tests**: low-level concrete unit tests dependent on Blender
3. **BIM tests**: high-level integration UI and smoke tests dependent on Blender
These tests use ``pytest`` as the test framework and runner, so install it: