Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_check_new_round(mocked):
result = CliRunner().invoke(cli.check_new_round, ['--tournament', 1])
# just testing if calling works fine
assert result.exit_code == 0