diff --git a/pyproject.toml b/pyproject.toml index b12b0b0..0ae510f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,4 +36,5 @@ include-package-data = true "*" = ["*.dll"] [tool.pytest.ini_options] -filterwarnings = ["ignore::DeprecationWarning"] \ No newline at end of file +filterwarnings = ["ignore::DeprecationWarning"] +addopts = "-vv" \ No newline at end of file diff --git a/test/run_versions.bat b/test/run_versions.bat new file mode 100644 index 0000000..66eda8b --- /dev/null +++ b/test/run_versions.bat @@ -0,0 +1,2 @@ +@echo on +pyenv shell 3.6.8 & python3 -m pytest test_tabular.py & pyenv shell 3.7.9 & python3 -m pytest test_tabular.py & pyenv shell 3.8.9 & python3 -m pytest test_tabular.py & pyenv shell 3.9.13 & python3 -m pytest test_tabular.py & pyenv shell 3.10.6 & python3 -m pytest test_tabular.py & pause & pause \ No newline at end of file