コミット履歴

作者 SHA1 メッセージ 日付
  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 年 前