tree: f5d3cb9b5ba65f31b77e04a830a947cb133e48fe [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. OWNERS
  4. README.md
src/lib/testing/temp_test_env/README.md

TempTestEnv

The TempTestEnv library helps with host testing. A temporary environment is set up to isolate tests which work with the process global environment. This is for testing convenience only, it is not a secure sandbox by any means.

Development

When working on TempTestEnv lib, consider using:

$ fx set [...] --with-host //src/lib/testing/temp_test_env:tests

Unit Tests

Unit tests can be run with:

$ fx test temp_test_env_lib_test