More descriptive test names and slightly more concise IDS doc layout

This commit is contained in:
Dion Moult
2022-05-31 19:13:21 +10:00
parent be6617d9f9
commit 0d982090e3
5 changed files with 203 additions and 155 deletions
+5
View File
@@ -2,6 +2,11 @@
test:
pytest -p no:pytest-blender test
.PHONY: build-ids-docs
build-ids-docs:
mkdir -p test/build
cd test && python ids_doc_generator.py
.PHONY: qa
qa:
black .