aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/computations/test_diff.py
AgeCommit message (Expand)Author
2021-06-29Add a diffing function...For now the diff function uses the Linux tool "diff" to generate the diff since it is efficient and straightforward. * gn3/computations/diff.py (generate_diff): New function. * tests/unit/computations/test_diff.py: Test cases for ☝🏾. BonfaceKilz