aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
297 stars 46 forks source link

Start test suite by running git-deps on itself #124

Closed wetneb closed 9 months ago

wetneb commented 10 months ago

For #4.

The existing script to create a test repository could also be useful (and could be integrated to this test suite) but for now I am concentrating on real-world examples (especially because I want to improve the sorting of the output by relying on date metadata, which is a bit cumbersome to test in a dummy repository where all commits are done basically at the same time).

wetneb commented 9 months ago

@aspiers any thoughts about this? I have other changes in the pipeline once this is merged.