Currently working on a new way to test apps that rely on the operating system (https://github.com/orgs/Innmind/discussions/6)
Declarative code, composition and recursion is so powerful.
If achieved, this will open so many possibilities that my mind is melting rn 🤯
What may be possible:
- testing microservices interactions in a single process without mocks
- testing async code
- testing against race conditions
- testing cluster behaviour within a single process
- and probably more
This + #PropertyBasedTesting 🤩