#testing
Read more stories on Hashnode
Articles with this tag
A Twitter mutual recently tweeted about issues with mocks in his codebase. I was surprised by his tweet; I used to think that Scala users have it all...
When writing unit tests, we often use functions and methods to factor our test suites into coherent parts for readability. To common parts we factor...
Embracing contract programming for interfaces ยท We are familiar with design by contract or contract programming. It is a useful technique for checking...
I work on a system that was built in the microservices architectural style. It uses RabbitMQ for asynchronous messaging among services. The idea has...
The RSpec-style DSL is popular among test frameworks. JavaScript test frameworks like Mocha and Jest use this style to express test suites. It's...