Commit Graph

2 Commits

Author SHA1 Message Date
mattl
07e2ae3cf0 Decode err for tests running under Python 3.
PiperOrigin-RevId: 240813313
2019-03-29 12:05:56 -04:00
mattl
db5e9e0558 Add a simple test runner to execute test modules directly.
absltest requires running from main(), which isn't exactly compatible with stock unittest. Walk the package tree looking for modules under glazier named *_test and execute them inside subprocesses.

PiperOrigin-RevId: 240235406
2019-03-26 13:57:50 -07:00