2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Added first example to plugin unit test (#8636)

* Start documentation chapter for plugin tests

* Added env variables to the doc

* Fix style errors

* Further style bugs

* Reformat environment variables

* Reformat environment variables

* Add comments from wolflu05

* Add text to the intro

* Added first example the plugin unit test

* Addred line it function

* Typo

* Typo

* Typo
This commit is contained in:
Michael
2024-12-10 21:27:44 +01:00
committed by GitHub
parent 64dc5659bc
commit 5aae93e635
3 changed files with 82 additions and 0 deletions

View File

@ -199,6 +199,7 @@ nav:
- Developing a Plugin: extend/how_to_plugin.md
- Model Metadata: extend/plugins/metadata.md
- Tags: extend/plugins/tags.md
- Unit Test: extend/plugins/test.md
- Plugin Mixins:
- Action Mixin: extend/plugins/action.md
- API Mixin: extend/plugins/api.md