CloudServices/Sync/FxSync/Archived/Testing
< CloudServices | Sync | FxSync | Archived
Back to Labs/Weave.
Running Tests
Weave's code repository includes a variety of tests. Some of these are XPCShell-based unit tests, while others are Python-based. Some tests are "logtests", which compare the logfile output of test code with a canonical representation.
All tests can be automatically found and run by executing the following command at the root of the repository:
python scripts\runtests.py
Writing Tests
For information about writing new xpcshell-based tests, see tests/readme.txt in the Weave HG repository.