Add support for WebApplicationFactory#465
Add support for WebApplicationFactory#465SimonCropp merged 11 commits intoVerifyTests:mainfrom OskarKlintrot:main
Conversation
|
@SimonCropp I accidently check the wrong radio button in the CLA, can you revoke my signing so I can redo it? I can't change it now unfortunately. |
|
if u run two tests in parallel, wont the results overlap? |
|
You're right, they will mess with each others data :( |
|
Now the tests can be run in parallel. It tok a lot of code and some new public facing api's though... |
|
I totally forgot that the interceptor is singleton in each WebApplicationFactory, they aren't sharing the same singleton instance (which I think was the case in EF6, didn't you put |
|
I haven't written any docs btw, I'll do it if you think this PR makes sense :) |
|
i think this looks good. if you add some docs we can merge and deploy |
|
Great! I added a section about |
Fixes #435
No test cases forWebApplicationFactoryyet, I open this PR just because it's much easier to show the diff in a PR.