Add singleuser tests
This commit is contained in:
parent
f1f6526daa
commit
1f4d8e28fa
2 changed files with 35 additions and 1 deletions
|
@ -34,5 +34,5 @@ def main(argv=None):
|
|||
run_path(cmd_path, run_name='__main__')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
if __name__ == '__main__': # pragma: no cover
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue