-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
video 'hello test world' #27
Comments
Thanks @elephantarms for your feedback. I can definitely add some command line flags in the README if that helps, but for basic usage (like in this video), you don't typically need them. Could you please let me know the issue you are hitting so I can look into a possible solution for you? Cheers |
Thanks for getting back to me. I was trying to do the examples on the
pycharm terminal and kept getting error messages. do i need to do this on
the command line? i tried to do this running on a regular pycharm
environment and got error messages. Thanks.
…On Wed, Dec 5, 2018 at 6:08 PM Bob Belderbos ***@***.***> wrote:
Thanks @elephantarms <https://github.com/elephantarms> for your feedback.
I can definitely add some command line flags in the README if that helps,
but for basic usage (like in this video), you don't typically need them.
Could you please let me know the issue you are hitting so I can look into
a possible solution for you?
Cheers
Bob
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMg-Rnyyao1XqgRq4On_lqkWzkMyzvruks5u2FH7gaJpZM4ZFRon>
.
|
Hi @elephantarms, (love the username btw!), Can you paste the errors please? Thanks mate! |
command.....
C:\Users\gregt\PycharmProjects\100_days>pytest test_hello_name.py
This is the error message when i run in the pycharm terminal....
'pytest' is not recognized as an internal or external command,
operable program or batch file.
When I run the program on pycharm(not via terminal) the assert is just a
normal assert statement, it does seem to be utilizing pytest like on your
video
Thanks.
…On Thu, Dec 6, 2018 at 1:44 PM Julian ***@***.***> wrote:
Hi @elephantarms <https://github.com/elephantarms>, (love the username
btw!),
Can you paste the errors please?
We need to see the exact error messages so we can figure out what's going
wrong.
Thanks mate!
Cheers
Julian
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMg-Ro2SR-7LnrxhuNsGZkosuzLlYIXDks5u2WWhgaJpZM4ZFRon>
.
|
|
Thanks, I did have pytest installed in my pycharm environment. Does pytest
need to be run from the command line? Thanks.
…On Fri, Dec 7, 2018 at 8:50 AM Bob Belderbos ***@***.***> wrote:
pytest is an external dependency and therefore you need to pip install
it, typically into a virtual environment. See the README where I just added
a link to an article we did on virtual environments:
https://github.com/talkpython/100daysofcode-with-python-course/blob/master/days/10-12-pytest/README.md.
HTH and let us know if you need more help ...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMg-RuJohuFpqW_0xg2IlHDOwHCrVvmQks5u2nIhgaJpZM4ZFRon>
.
|
Both are valid options. I only use it from the command line as shown in the lesson. I don't use HTH |
Thanks!
…On Fri, Dec 7, 2018 at 4:06 PM Bob Belderbos ***@***.***> wrote:
Both are valid options. I only use it from the command line as shown in
the lesson. I don't use pycharm, but check out the docs here:
https://www.jetbrains.com/help/pycharm/pytest.html + pytest master Brian
Okken recorded a webinar on the topic if you want to dive deep:
https://www.youtube.com/watch?v=ixqeebhUa-w
HTH
Bob
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMg-Rghzc7SOxnEg8IKgM3AEkO2m6_F5ks5u2thDgaJpZM4ZFRon>
.
|
Hi guys, thanks for all the details Bob. @elephantarms you can also just add a run config for pytest in PyCharm. See this image for all you need. Just pick the tests file to run: |
Thanks Michael
…On Fri, Dec 7, 2018 at 5:52 PM Michael Kennedy ***@***.***> wrote:
Closed #27
<#27>
.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMg-RvGlslSYOn8CcJLIoA_3MV3l5alWks5u2vEcgaJpZM4ZFRon>
.
|
This video was very disappointing . Your explanation of the command line arguments was extremely superficial. I cannot get it to work. I am starting to regret buying this course. can you point to a better, more detailed explanation of how to run pytest. Thanks.
The text was updated successfully, but these errors were encountered: