Commits

Rintaro Ishizaki committed 4bae3d4068c
[gyb] Make `utils/gyb --test` to really perform doctest Because utils/gyb is just a launcher, `doctest.testmod()` without explicit module doesn't perform doctest of `gyb` module. It used to perform doctest of `util/gyb`, the `__main__` module.