joshrotenberg / adrs

Architectural Decision Record tool in Rust
http://joshrotenberg.com/adrs/
Apache License 2.0
19 stars 5 forks source link

enhancement(tests): implement the adr-tools integration tests #8

Closed joshrotenberg closed 5 months ago

joshrotenberg commented 6 months ago

adr-tools has a suite of tests here: https://github.com/npryce/adr-tools/tree/master/tests

adrs should probably be able to pass most or all of them. Integrate them here somehow, either as a rewrite into rust or by calling adrs directly.