Add singleuser tests

This commit is contained in:
Benoît Seignovert 2024-02-14 11:32:26 +01:00
parent f1f6526daa
commit 1f4d8e28fa
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B
2 changed files with 35 additions and 1 deletions

View file

@ -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()