Skip to content

Commit

Permalink
fix: removed pytest fuzzer for test_database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Poiuy7312 committed Sep 27, 2023
1 parent 8047354 commit 7d413f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_database.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
"""Pytest test suite for the database module."""

import pytest

from chasten import database, filesystem, util


@pytest.mark.fuzz
def test_executable_name() -> None:
assert filesystem.can_find_executable(
database.executable_name(OpSystem=util.get_OS())
Expand Down

0 comments on commit 7d413f0

Please sign in to comment.