Skip to content

Commit

Permalink
Remove flask notions from comments and CLI help
Browse files Browse the repository at this point in the history
  • Loading branch information
pylipp committed Dec 5, 2020
1 parent bd29767 commit 3cbf801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion financeager/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def _parse_command(args=None):
"""Parse the given list of args and return the result as dict."""

parser = argparse.ArgumentParser(
description="An application (possibly running as Flask webservice) "
description="An application "
"that helps you administering your daily expenses and earnings.")

parser.add_argument(
Expand Down
3 changes: 1 addition & 2 deletions test/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ def setUpClass(cls):

def setUp(self):
# Separate test runs by running individual test methods using distinct
# periods (especially crucial for CliFlaskTestCase which uses a single
# Flask instance for all tests)
# periods
self.__class__.period += 1

# Mocks to record output of cli.run() call
Expand Down

0 comments on commit 3cbf801

Please sign in to comment.