JoshData / fast_diff_match_patch

Python package for Google's diff-match-patch native C++ implementation.
https://pypi.org/project/fast-diff-match-patch/
Apache License 2.0
73 stars 27 forks source link

Move to a formal unittest and CI structure for the project. #7

Closed freakboy3742 closed 6 years ago

JoshData commented 6 years ago

Hey. Thanks for this. I'm super busy so it would make things go faster if you could open up separate pull requests for logically separate issues so it's easier to review the diff.

freakboy3742 commented 6 years ago

@JoshData I've just split the patch into two: this patch, adding formal unittests and CI; and #8, adding the match_main interface.

JoshData commented 6 years ago

Thanks!!