tree: 32d8a46cfc9e6977600747e49b63c0dda16e5bbf [path history] [tgz]
  1. dataparse/
  2. scripts/
  3. tests/
  4. .gitignore
  5. args.py
  6. BUILD.gn
  7. config.py
  8. console.py
  9. debugger.py
  10. environment.py
  11. event.py
  12. execution.py
  13. log.py
  14. main.py
  15. package_repository.py
  16. pyproject.toml
  17. README.md
  18. selection.py
  19. selection_action.py
  20. selection_types.py
  21. test_list_file.py
  22. tests_json_file.py
scripts/fxtest/python/README.md

fx test

This directory contains the source code for fx test.

See user guide for usage instructions.

Development Instructions

This tool is automatically included in your build. The rest of this section provides a guide for accelerating development cycles on the tool.

Build just the tool

To build only the new implementation, run:

fx build host-tools/test

This avoids a full build.

Include and run tests

To test the new implementation's libraries, include --with //scripts/fxtest/python:tests in your fx set. For example:

fx set core.x64 --with //scripts/fxtest/python:tests

# This should work with the new implementation!
fx test --host