Skip to content

Commit

Permalink
pytest_cache is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
taeefnajib committed Nov 22, 2023
1 parent d93df38 commit 107f8f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Empty file removed __init__.py
Empty file.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
requires = ['setuptools', "wheel"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
testpaths = ["tests"]

[tool.mypy]
mypy_path = "src"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_gen.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
import pandas
from ficto.core.generate import create_dataframe
from ficto.core.generate import *


good_parameters = [
Expand Down

0 comments on commit 107f8f1

Please sign in to comment.