Markus Neteler bb779c2f13 i18N: cleanup gettext usage for Python code (fixes https://trac.osgeo.org/grass/ticket/3790) (contributed by pmav99) 6 years ago
..
Makefile f2e18ece8e Treat destination directories as targets 15 years ago
README db49180dd7 welcome to GRASS 7.0.svn 17 years ago
db.test.html e437cd9f59 avoid caps HTML tags 13 years ago
db.test.py bb779c2f13 i18N: cleanup gettext usage for Python code (fixes https://trac.osgeo.org/grass/ticket/3790) (contributed by pmav99) 6 years ago
test1 63a552842d db.test: test1 SQL statements to uppercase 10 years ago

README

Test file format
----------------

Test file is composed of sections, each section for one SQL statement.
There are 2 types of statements, select and execute.
Each section start by type: X (execute)
S (select)
and ends by empty row.
Select statement is followed by expected result printed by db.select -c

See existing test files as example.