| commit | affe8c453042181a45f5a3d8e73c285e605fc931 | [log] [tgz] |
|---|---|---|
| author | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Mon Jun 15 11:01:28 2015 +0200 |
| committer | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Mon Jun 15 11:01:28 2015 +0200 |
| tree | 10f1c31a2e3c9c9fcd7862e7bef2c72d8d84a8aa | |
| parent | 98913b5c0cf9a227fd2edef838dc621dae1bedac [diff] |
Fix module lookup in apptest_gtest_unittest.py. We missed this when renaming the Python library 'pylib' -> 'devtoolslib'. R=etiennej@chromium.org Review URL: https://codereview.chromium.org/1185893003. Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: b42148502aea87093f0d7f09f36a116549e1408a
Unopinionated tools for running, debugging and testing Mojo apps.
The repo consists of:
As devtools carry no assumptions about build system or file layout being used, the primary way of using devtools now is to embed the functionality provided by devtoolslib in a thin wrapper script. For examples, one can refer to mojo's shell runner and apptest runner.
The set of executable scripts is WIP. We currently offer:
git clone https://github.com/domokit/devtools.git
The library is canonically developed in the mojo repository, https://github.com/domokit/devtools is a mirror allowing to consume it separately.