summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add `execute` function (gd_diff.py).rsiddharth2016-10-021-0/+25
| | | | | | * 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-243-0/+130
* 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.