← Back to team overview

gtg-contributors team mailing list archive

running a small set of tests

 

Hello guys,
I've expanded ./run-tests to support running a selected set of tests. This way,
we don't have to mess with GTG/tests/__init__.py anymore.
It works as simple as:
./run-tests  - run all tests
./run-tests test_aloha test_hyperspace - runs just these tests, one after the
                                         other. The aggregated result of all
                                         tests is shown at the end.

It's not possible to run "make check test_aloha" (yet, if anyone with
the right makefile kung-fu doesn't step forward to take this challange).

I've committed that to liblarch_rebased, since it's where the tests are being
written.

Enjoy and happy 8/9/10 (in american format)
  L.

Attachment: signature.asc
Description: Digital signature


Follow ups