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
While investigating a recent node id bug (#445) I decided to play
with config initialization around the idea of initializing the config
on the remote *exactly* we initialize the config object on pytest.main()
One thing that immediately broke all tests was inprocess pytester runs,
but other than that just a few tests failed which I find encouraging.
While this patch is in no way even remotely ready, I would like to get
opinions if the overall idea of initializing the config object
like this is sound.
0 commit comments