Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ver228 committed Sep 15, 2018
1 parent 73a1f53 commit 716a576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tierpsy/tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def tierpsy_tests():

help_test = 'Name of the tests to be executed. If not values are given all tests will be executed. The available tests are: {}'.format(_available_tests_str)

parser = argparse.ArgumentParser(description='Process some integers.')
parser = argparse.ArgumentParser(description='Tierpsy Tracker tests.')
parser.add_argument('tests',
nargs='*',
help=help_test)
Expand Down

0 comments on commit 716a576

Please sign in to comment.