psyinfra / onyo

text-based inventory system on top of git
ISC License
3 stars 5 forks source link

Tests + docstring for `onyo_mv()` #487

Open bpoldrack opened 1 year ago

bpoldrack commented 1 year ago

Properly document onyo/lib/commands.py:onyo_mv and complete its tests in onyo/lib/tests/test_command_mv.py. This is partially done but incomplete. Based on that reworked docstring, provide a respective command line version in onyo/commands/mv.py.

bpoldrack commented 1 year ago

This should also address #445