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_project_properties(project_dir):
auto_test(config.project, _auto_allow_exceptions=(exceptions.NoProjectFound,))
auto_test(
config.project, directory=project_dir, _auto_allow_exceptions=(exceptions.NoProjectFound,)
)