Open
Description
- Test suite styles: https://www.scalatest.org/user_guide/selecting_a_style
- Be careful with generated tests: test suite crashes with incomprehensible error if names of test cases are not unique
- Long startup time
- Be aware of java interop for kata with code restrictions
- How to override default assertion messages?
Activity