From 107f8f19f84c232ac01d4108bbd55b0b737087d4 Mon Sep 17 00:00:00 2001 From: taeefnajib Date: Wed, 22 Nov 2023 06:37:05 +0600 Subject: [PATCH] pytest_cache is removed --- __init__.py | 0 pyproject.toml | 2 ++ tests/test_gen.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 __init__.py diff --git a/__init__.py b/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/pyproject.toml b/pyproject.toml index 2ddd5cf..5a944a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,8 @@ requires = ['setuptools', "wheel"] build-backend = "setuptools.build_meta" +[tool.pytest.ini_options] +testpaths = ["tests"] [tool.mypy] mypy_path = "src" diff --git a/tests/test_gen.py b/tests/test_gen.py index 247c950..3457b02 100644 --- a/tests/test_gen.py +++ b/tests/test_gen.py @@ -1,6 +1,6 @@ import pytest import pandas -from ficto.core.generate import create_dataframe +from ficto.core.generate import * good_parameters = [