Historial de Commits

Autor SHA1 Mensaje Fecha
  Anna Petrášová 7e1945f230 experimental GSoC 2018 Python 3 support by Sanjeet Bhatti hace 6 años
  Vaclav Petras 4aae37d427 Python 2.6 does not support ommitting of positional argument specifiers hace 8 años
  Markus Neteler d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) hace 8 años
  Pietro Zambelli f1c9d4d6ff gunittest: update syntax to be python3 ready hace 9 años
  Vaclav Petras 5fb9f21e74 gunittest: explicitely check if there is an executable for the module hace 9 años
  Markus Neteler 5f6818c58c gunittest: minor msg typo hace 9 años
  Anna Petrášová 66450ac121 gunittest: add new assert methods hace 9 años
  Pietro Zambelli 4ac5ded26e gunittest: Support also Python3 hace 9 años
  Markus Neteler a8ef11c6cd various typo fixes, found by the Debian lintian QA tool hace 9 años
  Vaclav Petras 3d60e33478 gunittest: support text files for MD5 sum comparisons in multiplatform way hace 10 años
  Vaclav Petras 633b1fa7a5 gunittest: improve the implementation of newline tests using os.linesep hace 10 años
  Vaclav Petras f9a99075a7 gunittest: improvements to make it work better on MS Windows hace 10 años
  Vaclav Petras b1b7ae26c3 gunittest: functions to test existence of raster, 3D raster and vector hace 10 años
  Markus Neteler 71b86cd2b4 update g.region/g.rename calls to use new element names (https://trac.osgeo.org/grass/ticket/2409) hace 10 años
  Martin Landa 1b765a369e libpython: update to `raster_3d` (https://trac.osgeo.org/grass/ticket/2409) hace 10 años
  Markus Neteler 2e5dc46218 fix rast3d -> 3draster hace 10 años
  Huidae Cho ed12ab2f6d Rename g.remove's names= to name= and use name= instead of pattern= as needed hace 10 años
  Markus Neteler b3d0ac9928 python docs: documentation improved hace 10 años
  Anna Petrášová aea1da4161 gunittest: fix documentation hace 10 años
  Vaclav Petras 5685f0172a gunittest: basic support for Python 2.6 and appropriate help for individual test file hace 10 años
  Huidae Cho e1984e83be Rename g.mlist to g.list and update g.remove usage hace 10 años
  Luca Delucchi d44a272461 lib python: documentation cleanup, fix sphinx warning hace 10 años
  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) hace 10 años
  Vaclav Petras 29def08031 gunittest: add summary table and stderr to test file HTML report hace 10 años
  Vaclav Petras 7434583ed5 gunittest: multi test result class and key-value report for one test file and their aggregation (aggregation not well tested) hace 10 años
  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) hace 10 años
  Vaclav Petras 424d10f949 gunittest: 3D raster assert methods (with tests), vector assert methods (v.info-based with tests) hace 10 años
  Vaclav Petras b0e1e96508 gunittest: use PyGRASS for the whole module run (use finish_ and try-except), few updates in doc hace 10 años
  Vaclav Petras 2ed6455e0f gunittest: rename assertCommandKeyValue to assertModuleKeyValue to be consistent with pygrass and rest of gunittest hace 10 años
  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 hace 10 años