New code, everything that might break or does not work correctly should be tested. 100% code coverage does not guarantee a working system, but still you have to try to implement as much or more test code as production one. There are different types of testing, but I will concentrate on unit testing. Unit Testing … Continue reading Flask Series: Testing
↧