__init__.py 556 B

1234567891011121314151617181920
  1. # -*- coding: utf-8 -*-
  2. """!@package grass.gunittest
  3. @brief GRASS Python testing framework module for running from command line
  4. Copyright (C) 2014 by the GRASS Development Team
  5. This program is free software under the GNU General Public
  6. License (>=v2). Read the file COPYING that comes with GRASS GIS
  7. for details.
  8. @author Vaclav Petras
  9. @author Soeren Gebbert
  10. Initial version of `gunittest` was created during Google Summer of Code 2014
  11. by Vaclav Petras as a student and Soeren Gebbert as a mentor.
  12. """
  13. from .case import TestCase
  14. from .main import test