Install pytest for designing and running automated test suites

This commit is contained in:
Danielle McLean 2018-02-02 15:06:59 +11:00
parent 1cfab95201
commit dffa2d9d50
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
4 changed files with 71 additions and 20 deletions

1
.gitignore vendored
View file

@ -15,5 +15,6 @@ media
# <django-project-name>/staticfiles/
# End of https://www.gitignore.io/api/django
/.pytest_cache
/static
node_modules