Python Testing: A Beginner's Guide to Pytest

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 8

  • @davemcdonald6799
    @davemcdonald6799 4 місяці тому

    I found this one of the better introductory pytest videos, nice job! I'll be sharing this video with others on my team that also need to come up to speed on pytest.

    • @tecladocode
      @tecladocode  4 місяці тому

      Thank you! Glad you liked the video, and thanks for sharing! Let me know if there's any other content you're particularly interested in.

  • @freedomsarge
    @freedomsarge Рік тому +1

    Jose - as always great quality and explanation! :)

    • @tecladocode
      @tecladocode  Рік тому

      Thank you very much! Glad you enjoyed the video 🙏

  • @gustavomatto9737
    @gustavomatto9737 Рік тому

    Time waiting for this, Jose, thanks a lot! Are you thinking about a Udemy course with API testing and Pytest? I guess the FastApi will cover that, doesn't it? Currently I'm working with Playwright as framework, did you tried it?

    • @tecladocode
      @tecladocode  Рік тому +2

      I am! Possibly our FastAPI test will be uploaded to Udemy eventually. If not, we may make a testing course with Flask!

  • @mfawzi89
    @mfawzi89 Рік тому

    Sound funny sometimes..
    I have to write a code to test the code I wrote 😂
    Thank you Jose👍🏻

    • @tecladocode
      @tecladocode  Рік тому

      Always! The tests also act as documentation, so it's not just checking your existing code, but also reminding yourself in a few months of what the code does.
      But if tests are very complex, then it's difficult to see how they work (and difficult to write). Plus, you can't be sure if your tests actually do what you want them to.
      Keep tests simple!