gecko-dev/python/mach
Aaditya Dhingra 2c62134ede Bug 1897186 - Add fenix and focus tests to mach test. r=nalexander,ohall,jmaher
Commands added:

`mach test fenix` runs all tests for fenix
`mach test focus` runs all tests for focus
`mach test mobile/android/fenix/app/src/test/java/org/mozilla/fenix/translations/TranslationsDialogBindingTest.kt` will run all tests in the file.
`mach test mobile/android/fenix/app/src/test/java/org/mozilla/fenix/translations/` will run all tests in the directory.

Differential Revision: https://phabricator.services.mozilla.com/D224885
2024-10-22 16:49:36 +00:00
..
docs
mach Bug 1897186 - Add fenix and focus tests to mach test. r=nalexander,ohall,jmaher 2024-10-22 16:49:36 +00:00
.ruff.toml
bash-completion.sh
metrics.yaml
pings.yaml
README.rst
setup.cfg
setup.py

====
mach
====

Mach (German for *do*) is a generic command dispatcher for the command
line.

To use mach, you install the mach core (a Python package), create an
executable *driver* script (named whatever you want), and write mach
commands. When the *driver* is executed, mach dispatches to the
requested command handler automatically.

To learn more, read the docs in ``docs/``.