Skip to content

Commit

Permalink
(#181) adicionando arquivo para rodar os testes no docker
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohdaqw committed May 3, 2021
1 parent 80c6b88 commit fbd6a03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
# run inside a anunbis_backend docker container
coverage run --source=app -m unittest discover -s tests/ -v
coverage report
coverage xml
coverage html

0 comments on commit fbd6a03

Please sign in to comment.