You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially, when having the tests completely separate, the examples were
scoped to their own space and required setting `PYTHONPATH` to work.
This is not needed if we change `import src.{mod}` to `import
examples.src.{mod}`.
Signed-off-by: JP-Ellis <[email protected]>
0 commit comments