grand-mother/pkg

Tests fail for a new package

Closed this issue · 1 comments

niess commented

niess@clrtoport03:~/Soft/grand/handson/upgrade/mypackage$ python3 -m tests
Traceback (most recent call last):
File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/niess/Soft/grand/handson/upgrade/mypackage/tests/main.py", line 32, in
r = not runner.run(suite()).wasSuccessful()
File "/usr/local/lib/python3.7/unittest/runner.py", line 176, in run
test(result)
TypeError: suite() takes 0 positional arguments but 1 was given

niess commented

Patched with ece0029. Old packages might need a grand-pkg-update though.