summaryrefslogtreecommitdiffstats
path: root/gd_diff.py
Commit message (Collapse)AuthorAgeFilesLines
* Update save_gns_readme function.rsiddharth2016-10-301-2/+2
| | | | | | Cosmetic edit. * gd_diff.py (save_gns_readme): Update function.
* Add `slurp_gns_readme` function (gd_diff).rsiddharth2016-10-021-0/+21
| | | | | | | * gd_diff.py (slurp_gns_readme): New function. * tests/test_gd_diff.py (test_slurp_gns_readme_success) (test_slurp_gns_readme_error): Tests for `slurp_gns_readme` function. (setup, teardown): Update functions.
* Add `save_gns_readme` function (gd_diff.py).rsiddharth2016-10-021-0/+34
| | | | | | | * gd_diff.py (save_gns_readme): New function. * tests/test_gd_diff.py (test_save_gns_readme) (test_save_gns_readme_double, test_save_gns_readme_error): Tests for `save_gns_readme` function.
* Add `execute` function (gd_diff.py).rsiddharth2016-10-021-0/+21
| | | | | | * gd_diff.py (execute): New function. * tests/test_gd_diff.py (test_execute_success, test_execute_cmderror) (test_execute_raise_exception): Tests for `execute` function.
* add gd_diff.py + tests for functions in it.rsiddharth2016-09-241-0/+39
* gd_diff.py (read_file, get_packages): add functions. * tests/__init__.py: add file. * tests/files/pkgs.list: add file. * tests/test_gd_diff.py: add file.