Project

General

Profile

Actions

Bug #7592

closed

Test fails when nosetests is executed with command line arguments (e.g. --verbosity=3)

Added by Rajmund Hruška almost 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Low
Category:
Testing
Target version:
Start date:
06/09/2022
Due date:
% Done:

100%

Estimated time:
To be discussed:
No

Description

Traceback (most recent call last):
  File "/vagrant/lib/mentat/script/test_fetcher.py", line 144, in setUp
    description = 'test-fetcherscript.py - Test fetcher script',
  File "/vagrant/lib/mentat/script/fetcher.py", line 165, in __init__
    os.path.dirname(os.path.realpath(__file__)), '../../../conf/core'
  File "/vagrant/lib/mentat/script/fetcher.py", line 59, in __init__
    super().__init__(**kwargs)
  File "/vagrant/lib/mentat/script/base.py", line 51, in __init__
    super().__init__(**kwargs)
  File "/var/mentat/venv/lib/python3.7/site-packages/pyzenkit/baseapp.py", line 646, in __init__
    self._config_cli  = self._parse_cli_arguments(self.argparser)
  File "/var/mentat/venv/lib/python3.7/site-packages/pyzenkit/baseapp.py", line 774, in _parse_cli_arguments
    cli_cfgs = vars(argparser.parse_args())
  File "/usr/lib/python3.7/argparse.py", line 1761, in parse_args
    self.error(msg % ' '.join(argv))
  File "/usr/lib/python3.7/argparse.py", line 2510, in error
    self.exit(2, _('%(prog)s: error: %(message)s\n') % args)
  File "/usr/lib/python3.7/argparse.py", line 2497, in exit
    _sys.exit(status)
SystemExit: 2
Actions #1

Updated by Rajmund Hruška almost 2 years ago

  • Category set to Testing
Actions #2

Updated by Rajmund Hruška almost 2 years ago

  • Status changed from New to Resolved
  • Assignee set to Rajmund Hruška
  • Target version changed from Backlog to 2.10
  • % Done changed from 0 to 100
Actions #3

Updated by Rajmund Hruška almost 2 years ago

  • Status changed from Resolved to Closed

Merged into devel.

Actions

Also available in: Atom PDF