tree: f4efbe423b13f03088369c18823faa164e72005b [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 //src/lib:tests

Unit Tests

Unit tests can be run with:

$ fx test temp_test_env_lib_test