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
What is the purpose of the test? Is it to test storage/exposed? Or routes in Ktor? Based on that, then different solutions are possible. If it's about testing storage I'd recommend doing this outside of a Ktor test, and using something like TestContainers.
like i want to test the database portion, so i can i make sure, whether database is correctly inserted or not with test with the command, i gave @hhariri@e5l
Hi!
I need to know how can I test my repository. For example:
How can I test it? I use ktor + exposed, so I thought that "withTestApplication" will be work but it doesn't .
The text was updated successfully, but these errors were encountered: