Catalyst
Catalyst copied to clipboard
Optimize unit and integration tests
I have noticed some unit or integration tests are quite complicated and it is very hard to follow, they do not use a unit test pattern such as AAA and some use big god objects that makes the tests very hard to follow or understand. I think these tests could be refactored to follow AAA to make it more understandable what the tests are actually testing.