Added a test for the Build Novel Project tool

This commit is contained in:
Veronica K. B. Olsen
2020-05-30 11:42:09 +02:00
parent 017797667c
commit 5861892b2d
9 changed files with 655 additions and 19 deletions
+17 -15
View File
@@ -1,29 +1,31 @@
# Setup/Install
MANIFEST
dist/
build/
deploy/
/MANIFEST
/dist/
/build/
/deploy/
*.spec
*.egg-info
# Documentation
docs/build/
docs/source/_*
/docs/build/
/docs/source/_*
# Python Temp
__pycache__
# Sample Project
sample/cache
sample/meta
sample/*.bak
sample/*.lock
/sample/cache
/sample/meta
*.bak
*.lock
# PyTest
tests/temp
.pytest_cache
pytestdebug.log
prof/
/prof/
/tests/temp
/tests/lipsum/cache
/tests/lipsum/meta
/.pytest_cache
/pytestdebug.log
# Coverage
.coverage
/.coverage