hyper2web icon indicating copy to clipboard operation
hyper2web copied to clipboard

Add Unit Tests

Open CreatCodeBuild opened this issue 7 years ago • 4 comments

Writing a framework is a big game. Test, test and test.

CreatCodeBuild avatar Apr 25 '17 04:04 CreatCodeBuild

I should not proceed with new features without having unit tests ready since GET and POST are ready now.

CreatCodeBuild avatar Apr 26 '17 04:04 CreatCodeBuild

I have not figured out how to write tests for this project. It is because that this project is poorly structured so that it is very hard to come up a clean way to test it.

The design of the framework is not clear and codes are twisted together.

I should re organize the code to make more testable before adding any new features.

CreatCodeBuild avatar Apr 27 '17 02:04 CreatCodeBuild

Added unit tests for Stream

CreatCodeBuild avatar Apr 28 '17 01:04 CreatCodeBuild

Should unit test all code before adding more features to the framework.

CreatCodeBuild avatar Jun 08 '17 06:06 CreatCodeBuild