2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Add a test framework script to pull down rendered javascript files

- Use the testing framework so we don't need to spin up a server
This commit is contained in:
Oliver Walters
2021-08-28 20:46:51 +10:00
parent 880a701881
commit f57a31c9b5
5 changed files with 96 additions and 112 deletions

3
.gitignore vendored
View File

@ -67,6 +67,9 @@ secret_key.txt
.coverage
htmlcov/
# Temporary javascript files (used for testing)
js_tmp/
# Development files
dev/