mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
added more tests, added support for coverage
This commit is contained in:
parent
c1de475c58
commit
ed57514579
3 changed files with 35 additions and 1 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -12,3 +12,18 @@ __pycache__/
|
|||
# Editor backup files #
|
||||
#######################
|
||||
*~
|
||||
|
||||
# Unit test / coverage reports
|
||||
##############################
|
||||
htmlcov/
|
||||
.tox/
|
||||
.nox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
/coverage
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue