Andrei Seliverstov
Andrei Seliverstov
I noticed that auto-updating the time zone database doesn't work on windows if the username contains non-ascii characters. That is, there is not even a download of the archive. As...
kotest version: 5.4.1 kotlin version: 1.6.10 Hi, thanks a lot for such pleasant testing framework! I faced weird error when using `withData` with a `Map` with nullable values: ``` Cannot...
**What are you trying to do?** Unit testing of Mongodb transactions. **Why should it be done this way?** [mongomock](https://github.com/mongomock/mongomock) can often be used in unit testing of mongodb-related functionality. It's...