Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed to show used command to execute tests #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alissonperez
Copy link
Contributor

First line now will show the command used to run the tests.

With this changes, output will be something like this:

Command: "~/.virtualenvs/my-env/bin/python manage.py test my.package.myTestCase.test_something"
.
----------------------------------------------------------------------
Ran 1 test in 0.247s

OK

Please, take a look and tell me what do you think.

Thanks

- Sometimes terminal was freezing with 'echo' to print test command used. With python print this is not happening anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant