adjusting globals before doctests #1047
Labels
plugin: doctests
related to the doctests builtin plugin
status: help wanted
developers would like help from experts on this topic
type: enhancement
new feature or API change, should be merged into features branch
type: proposal
proposal for a new feature, often to gather opinions or design the API around the new feature
numpy doctests sometimes use np i.e. they assume
import numpy as np
was run before the tests How can this be done in pytest?The text was updated successfully, but these errors were encountered: