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