Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to write WAMP component unit tests #1312
Comments
|
|
Hi! First of all I would like to thank authors and community for this awesome implementation of WAMP. During big application development developer faces big challenges in integration between components on different levels. Testing is huge topic and should considered as first class task in creating framework eco-system. I did not find a good references in source code that will explain me the best approach of how to test in Autobanh env. I did not find step-by-step tutorial. Theoretical references on how to test distributed systems. Also during wandering source code did not find any base UntiTest classes and utilities that helps to bootstrap TestCases. No LiveTesting approaches. I would like to reference to Django apps development where you can find an excellent packed documentation about testing, set of toolchains and examples. |


We should have a best-practive guide (doc pages / code examples) of how to write unit tests using