command-line-rust icon indicating copy to clipboard operation
command-line-rust copied to clipboard

Create tests in working repo

Open Hefeweizen opened this issue 2 years ago • 0 comments

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/

Hefeweizen avatar Apr 20 '23 14:04 Hefeweizen