Implement uv_os_getpid() and uv_os_getppid() bindings in process.c, register them in the CLI module table, expose as foreign statics in os.wren, and add a test suite verifying both return positive integers with pid greater than ppid.
This contains the automated validation suite for the CLI.
-
unit/- tests various aspects of the CLI core APIs. -
*/- tests various modules and mechanics of the CLI, like module resolution.