servo/python/servo
bors-servo 5d04f8dc8e Auto merge of #7809 - 6112:master, r=frewsxcv
Make `./mach test` work with unit tests

Fixes #7618.

Allows running a specific Rust test with one of:

```
./mach test tests/unit/net/http_loader.rs

./mach test-unit tests/unit/net/http_loader.rs
./mach test-unit tests/unit/net/http_loader
./mach test-unit net/http_loader
```

Allows running a whole package's tests with one of:

```
./mach test tests/unit/net

./mach test-unit tests/unit/net
```

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7809)
<!-- Reviewable:end -->
2015-09-30 20:30:26 -06:00
..
__init__.py Fix tidy issues with Python files in python/ 2015-06-02 19:51:41 -04:00
bootstrap_commands.py Prevent warning about redefining Python variable 2015-07-26 22:07:23 +07:00
build_commands.py Fix build notifications in Python 2.x on Linux 2015-09-28 10:01:29 -07:00
command_base.py Fix a comparison that should be an assignment in host_triple(). 2015-09-23 09:40:08 +02:00
devenv_commands.py Add a mach command to upgrade wptrunner 2015-09-02 12:29:56 -05:00
post_build_commands.py Use the gold linker when available. 2015-08-15 18:09:18 +02:00
testing_commands.py Auto merge of #7809 - 6112:master, r=frewsxcv 2015-09-30 20:30:26 -06:00