Skip to content

Commit

Permalink
modification the make test
Browse files Browse the repository at this point in the history
  • Loading branch information
riquellopes committed Aug 5, 2018
1 parent 0ba1888 commit c7b4a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MakeFile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ build:

test:
docker-compose stop
docker-compose run --rm small pytest --cov=app --cov-report term-missing tests/ -s -r a --color=yes -vvv
docker-compose run --rm small pytest --cov=app --cov-report term-missing tests/${path} -s -r a --color=yes -vvv

0 comments on commit c7b4a6c

Please sign in to comment.