luxe / unilang

A universal programming language
MIT License
33 stars 13 forks source link

how to run a unit test without a filesystem? #383

Closed luxe closed 3 years ago

luxe commented 5 years ago

run tests in an environment without a file system (or a filesystem that always fails)
helps makes sure functions are truely not using i/o same with network

luxe commented 3 years ago

this will be handled elsewhere (remote execution build system)