aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/computations/test_diff.py
AgeCommit message (Collapse)Author
2021-06-29Add a diffing functionBonfaceKilz
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 ☝🏾.