Create cert #40

Merged
bmartin5692 merged 18 commits from create_cert into master 2019-06-08 23:02:09 +02:00
Showing only changes of commit b7aea02444 - Show all commits

View file

@ -62,7 +62,7 @@ def test_argparse(mock_start):
@patch("subprocess.run")
@patch("platform.system.lower")
@patch("platform.system")
@patch("platform.machine")
@patch("os.execv")
def test_createcert(mock_run, mock_platform, mock_machine, mock_exec):