Merge pull request #135 from inventree/unit-testing

Unit testing

(cherry picked from commit d55f594342)
This commit is contained in:
Oliver 2022-05-22 10:11:36 +10:00 committed by Oliver Walters
parent 10b435f4fa
commit cfc9f09b80
35 changed files with 893 additions and 317 deletions

4
requirements.txt Normal file
View file

@ -0,0 +1,4 @@
# Python requirements for devops
coverage==5.3 # Unit test coverage
coveralls==2.1.2 # Coveralls linking (for code coverage reporting)