Catalyst icon indicating copy to clipboard operation
Catalyst copied to clipboard

Optimize unit and integration tests

Open Xela101 opened this issue 5 years ago • 0 comments

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.

Xela101 avatar Jun 02 '20 08:06 Xela101