Commit Graph

4 Commits

Author SHA1 Message Date
Martin Pitt 0393a41e35 test: Make exceptions compatible with Python 3
Use "except Type as var" syntax to work with both Python >= 2.6
and Python 3.
2014-03-11 19:32:46 -05:00
Martin Pitt 0c1fcd2b50 test: Make print calls compatible with Python 3
Turn print calls into print() function calls and avoid using
comma-separated arguments, so that they work and look the same with
both Python 2 and 3.
2014-03-11 19:32:18 -05:00
Denis Kenzior 069bd3c8ee test: Rework the gnss test slightly
Rework the test to avoid going over 80 characters / line, eliminate some
unneded empty lines and use slightly simpler variable names
2011-03-28 18:06:59 -05:00
Jarko Poutiainen 00f612b78d test: add test-gnss 2011-03-28 18:06:59 -05:00