-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add launcher test utils #627
Conversation
I suggest to make it two separate modules available under different set of features ( Also, maybe it would be possible to drop the database when the test fails? In my experience, it may be become a mess sometimes when you have lots of test cases persisting in the database from all kind of tests. I believe it may still be useful in some cases (but is not in most), so if we could set it explicitly on initialization if the database should be dropped (but drop it by default) would be really great. I'm not sure if that is possible, though |
c5901a1
to
35fbeef
Compare
ffd6287
to
40206e8
Compare
40206e8
to
1779d66
Compare
6430c09
to
7911c99
Compare
Add test utilities for launcher service:
TestDbGuard