Test and Code   /     221: How to get pytest to import your code under test

Subtitle
Duration
461
Publishing date
2024-06-03 18:23
Link
https://podcast.pythontest.com/episodes/221-how-to-get-pytest-to-import-your-code-under-test
Contributors
  Brian Okken
author  
Enclosures
https://media.transistor.fm/3cbae03f/910c99cb.mp3
audio/mpeg

Shownotes

We've got some code we want to test, and some tests.
The tests need to be able to import the code under test, or at least the API to it, in order to run tests against it.
How do we do that? How do we set things up so that our tests can import our code?

In this episode, we discuss two options:

  • Installing the code under test as a pip installable package with `pip install -e /path/to/local/package`.
  • Using the pythonpath pytest setting.

Sponsored by Mailtrap.io

  • An Email Delivery Platform that developers love. 
  • An email-sending solution with industry-best analytics, SMTP, and email API, SDKs for major programming languages, and 24/7 human support. 
  • Try for Free at MAILTRAP.IO

Sponsored by The Complete pytest Course

  • For the fastest way to learn pytest, go to courses.pythontest.com
  • Whether your new to testing or pytest, or just want to maximize your efficiency and effectiveness when testing.