circuitpython/shared-module/os
Jeff Epler dd6dd5df21
rework the getenv test again
* use a virtual fat filesystem during the test
 * this makes the file I/O part more closely patch runtime which is nice
 * side-steps the need to add a special function for testing
   * but test still can't be run on a device, because the vfs calls
     are incompatible, and you intentionally can't remount "/" anyway
 * and side-steps problems with storing 'bad' toml files
2022-12-10 12:58:08 -06:00
..
__init__.c Withdraw the _environ module 2022-12-08 15:33:10 -06:00
__init__.h Really finish renaming to getenv 2022-12-09 14:28:46 -06:00
getenv.c rework the getenv test again 2022-12-10 12:58:08 -06:00