kyranet / veza

IPC/TCP Networking Utility to connect several processes with great concurrency.

Home Page:https://veza.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Help Wanted] Test Suite

kyranet opened this issue · comments

commented

Describe the proposal

I am planning to release veza@1.0.0 very soon, but before I do so, I want to ensure full functionality for all developers, for which we will need a test suite.

Currently, the code is tested in "parts" inside test files, then once they are working correctly, they are implemented into the code. A downside of this is, it does not test the implementation (or at least, not fully). And having one would definitely increase the speed of development since I will be able to automatize the tests and run them anytime with a single command, as opposed to editing some examples and test with them.

commented

Fixed in cbb4cd9, db9dbc1, and finally enabled in CI with 7f99ba3.