Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Sep 9, 2021
1 parent 11e0663 commit a92767f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
@click.option('--filter', '-k', 'test_filter', help='Only run tests matching given substring expression')
@click.option('--changed', is_flag=True, help='Only test changed checks')
@click.pass_context
def test(ctx, checks, agent, python, dev, base, env_vars, new_env, profile_memory, junit, ddtrace, test_filter, changed):
def test(
ctx, checks, agent, python, dev, base, env_vars, new_env, profile_memory, junit, ddtrace, test_filter, changed
):
"""Test an environment."""
check_envs = get_tox_envs(checks, e2e_tests_only=True, changed_only=changed)
tests_ran = False
Expand Down

0 comments on commit a92767f

Please sign in to comment.