Skip to content

Commit

Permalink
fix: fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Poiuy7312 committed Oct 25, 2023
1 parent 6142dd6 commit 69ee20e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,11 @@ def test_analyze_store_results_file_exists_force(cwd, tmpdir):
assert result.exit_code == 0
assert "✨ Results saved in:" in result.output


@given(directory=strategies.builds(Path))
@settings(deadline=None, suppress_health_check=[HealthCheck.function_scoped_fixture])
@pytest.mark.fuzz
def test_analyze_store_results_valid_path(directory,cwd):
def test_analyze_store_results_valid_path(directory, cwd):
project_name = "testing"
# create a reference to the internal
# .chasten directory that supports testing
Expand Down

0 comments on commit 69ee20e

Please sign in to comment.