Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 420 Bytes

code.rst

File metadata and controls

29 lines (19 loc) · 420 Bytes

Code References

Main class

src.py_rename.RenameIt

Argument parsing

src.main.parse_args

Main function

src.main.main

Unit Tests

Unit tests for this library are using pytest.

tests.test_rename_py

tests.test_parser