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_normal_de_snooker(**kwargs):
kwargs["nsteps"] = 4000
_test_normal(moves.DESnookerMove(), **kwargs)
def test_uniform_de_snooker(**kwargs):
_test_uniform(moves.DESnookerMove(), **kwargs)