Mercurial > hg > WSGraph
comparison tests/test.py @ 51:6a92eeace612
mod
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Mon, 06 May 2013 01:30:13 -0700 |
| parents | 2e4ed8e0a103 |
| children |
comparison
equal
deleted
inserted
replaced
| 50:d837f2031715 | 51:6a92eeace612 |
|---|---|
| 49 | 49 |
| 50 # run the tests | 50 # run the tests |
| 51 results = run_tests(**options.__dict__) | 51 results = run_tests(**options.__dict__) |
| 52 if sum([i.failed for i in results.values()]): | 52 if sum([i.failed for i in results.values()]): |
| 53 sys.exit(1) # error | 53 sys.exit(1) # error |
| 54 | 54 |
| 55 | 55 |
| 56 if __name__ == '__main__': | 56 if __name__ == '__main__': |
| 57 main() | 57 main() |
| 58 | 58 |
