Artwork

Indhold leveret af Brian Okken. Alt podcastindhold inklusive episoder, grafik og podcastbeskrivelser uploades og leveres direkte af Brian Okken eller deres podcastplatformspartner. Hvis du mener, at nogen bruger dit ophavsretligt beskyttede værk uden din tilladelse, kan du følge processen beskrevet her https://da.player.fm/legal.
Player FM - Podcast-app
Gå offline med appen Player FM !

221: How to get pytest to import your code under test

7:19
 
Del
 

Manage episode 421789002 series 2508404
Indhold leveret af Brian Okken. Alt podcastindhold inklusive episoder, grafik og podcastbeskrivelser uploades og leveres direkte af Brian Okken eller deres podcastplatformspartner. Hvis du mener, at nogen bruger dit ophavsretligt beskyttede værk uden din tilladelse, kan du følge processen beskrevet her https://da.player.fm/legal.

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.

Learn pytest

  continue reading

222 episoder

Artwork
iconDel
 
Manage episode 421789002 series 2508404
Indhold leveret af Brian Okken. Alt podcastindhold inklusive episoder, grafik og podcastbeskrivelser uploades og leveres direkte af Brian Okken eller deres podcastplatformspartner. Hvis du mener, at nogen bruger dit ophavsretligt beskyttede værk uden din tilladelse, kan du følge processen beskrevet her https://da.player.fm/legal.

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.

Learn pytest

  continue reading

222 episoder

Alle episoder

×
 
Loading …

Velkommen til Player FM!

Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.

 

Hurtig referencevejledning