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
The startup script is because we have a config.py that gets loaded in our environment and I need to load that in the test environment too (it contains just a single import in our case).
I suggested going with the nosebook-like setup.
Additionally, it seems like accepting a dotted-notation module may be more nose-like than a path.
From @gramster on #12 about this line:
I suggested going with the nosebook-like
setup
.Additionally, it seems like accepting a dotted-notation module may be more nose-like than a path.
initial configuration would be like:
and then i guess
scripts.setup_environment
would be loaded in the kernel: if importing that module has side effects, so be it!Borderline YAGNI, It may be desirable to implement like scrubs, where the argument can be either:
The text was updated successfully, but these errors were encountered: