kyclark / command-line-rust

Code for Command-Line Rust (O'Reilly, 2024, ISBN 9781098109417)
https://learning.oreilly.com/library/view/command-line-rust/9781098109424/
MIT License
1.55k stars 252 forks source link

Create tests in working repo #12

Open Hefeweizen opened 1 year ago

Hefeweizen commented 1 year ago

As part of working along, you suggest copying the tests over to our personal repo. Consider providing a cheat sheet for this as part of the documentation (i.e. a subsection in README.md).

For myself, I did:

cd command-line-rust
rsync -avz --relative  ./**/tests/** ../my_personal_repo/