Markus Neteler
|
d33152f1d5
Numerous typos fixed (identified with tools/fix_typos.sh)
|
8 年之前 |
Pietro Zambelli
|
f1c9d4d6ff
gunittest: update syntax to be python3 ready
|
9 年之前 |
Vaclav Petras
|
5fb9f21e74
gunittest: explicitely check if there is an executable for the module
|
9 年之前 |
Markus Neteler
|
5f6818c58c
gunittest: minor msg typo
|
9 年之前 |
Anna Petrášová
|
66450ac121
gunittest: add new assert methods
|
9 年之前 |
Pietro Zambelli
|
4ac5ded26e
gunittest: Support also Python3
|
9 年之前 |
Markus Neteler
|
a8ef11c6cd
various typo fixes, found by the Debian lintian QA tool
|
9 年之前 |
Vaclav Petras
|
3d60e33478
gunittest: support text files for MD5 sum comparisons in multiplatform way
|
10 年之前 |
Vaclav Petras
|
633b1fa7a5
gunittest: improve the implementation of newline tests using os.linesep
|
10 年之前 |
Vaclav Petras
|
f9a99075a7
gunittest: improvements to make it work better on MS Windows
|
10 年之前 |
Vaclav Petras
|
b1b7ae26c3
gunittest: functions to test existence of raster, 3D raster and vector
|
10 年之前 |
Markus Neteler
|
71b86cd2b4
update g.region/g.rename calls to use new element names (https://trac.osgeo.org/grass/ticket/2409)
|
10 年之前 |
Martin Landa
|
1b765a369e
libpython: update to `raster_3d` (https://trac.osgeo.org/grass/ticket/2409)
|
10 年之前 |
Markus Neteler
|
2e5dc46218
fix rast3d -> 3draster
|
10 年之前 |
Huidae Cho
|
ed12ab2f6d
Rename g.remove's names= to name= and use name= instead of pattern= as needed
|
10 年之前 |
Markus Neteler
|
b3d0ac9928
python docs: documentation improved
|
10 年之前 |
Anna Petrášová
|
aea1da4161
gunittest: fix documentation
|
10 年之前 |
Vaclav Petras
|
5685f0172a
gunittest: basic support for Python 2.6 and appropriate help for individual test file
|
10 年之前 |
Huidae Cho
|
e1984e83be
Rename g.mlist to g.list and update g.remove usage
|
10 年之前 |
Luca Delucchi
|
d44a272461
lib python: documentation cleanup, fix sphinx warning
|
10 年之前 |
Vaclav Petras
|
85946edc21
gunittest: possibility to automatically test non-empty module output (implemented for runModule and used in assertModuleKeyValue, motivation: zero return code but empty output by r3.univar in case of region diff from map region)
|
10 年之前 |
Vaclav Petras
|
29def08031
gunittest: add summary table and stderr to test file HTML report
|
10 年之前 |
Vaclav Petras
|
7434583ed5
gunittest: multi test result class and key-value report for one test file and their aggregation (aggregation not well tested)
|
10 年之前 |
Vaclav Petras
|
1d4083f65a
gunittest: assert methods for testing vector equality based on v.info and diff of ascii, most notably assertVectorEqualsVector and assertVectorEqualsAscii (with tests)
|
10 年之前 |
Vaclav Petras
|
424d10f949
gunittest: 3D raster assert methods (with tests), vector assert methods (v.info-based with tests)
|
10 年之前 |
Vaclav Petras
|
b0e1e96508
gunittest: use PyGRASS for the whole module run (use finish_ and try-except), few updates in doc
|
10 年之前 |
Vaclav Petras
|
2ed6455e0f
gunittest: rename assertCommandKeyValue to assertModuleKeyValue to be consistent with pygrass and rest of gunittest
|
10 年之前 |
Vaclav Petras
|
9b9cf7ae42
gunittest: handle process manually since pygrass would raise an exception (introduced in https://trac.osgeo.org/grass/changeset/61229, alternative would be to use try-except, SimpleModule doctest is failing), clean up some module calls (use SimpleModule), improve CalledModuleError creation in pygrass
|
10 年之前 |
Vaclav Petras
|
8f666a266e
gunittest: move package from sandbox to trunk (leave static check script in sandbox)
|
10 年之前 |