__init__.py 587 B

1234567891011121314151617
  1. """
  2. GRASS Python testing framework module for running from command line
  3. Copyright (C) 2014 by the GRASS Development Team
  4. This program is free software under the GNU General Public
  5. License (>=v2). Read the file COPYING that comes with GRASS GIS
  6. for details.
  7. :authors: Vaclav Petras, Soeren Gebbert
  8. Initial version of `gunittest` was created during Google Summer of Code 2014
  9. by Vaclav Petras as a student and Soeren Gebbert as a mentor.
  10. """
  11. # Using an empty init file to minimize requirements when importing
  12. # and show clearly the issue when it occurs (before a try-except was used).