TrustTheVote-Project / VoteTrackerPlus

The VoteTrackerPlus root repo
GNU General Public License v2.0
3 stars 2 forks source link

Separate CLI and operations. #84

Closed ion-oset closed 1 year ago

ion-oset commented 1 year ago

Move all argument parsing into vtp.cli and make operations in vtp.ops independent of it. There are improvements like putting all parameter constants into one module which would make the code cleaner but are not within scope.

This work is designed to prepare the way for unit tests.

windoverwater commented 1 year ago

Closing this since the merge of feature/looking-into-argparse-again makes this version OBE. See PR https://github.com/TrustTheVote-Project/VoteTrackerPlus/pull/86