firefly-cpp / NiaARM

A minimalistic framework for Numerical Association Rule Mining
MIT License
16 stars 5 forks source link

Do not package the tests #61

Closed firefly-cpp closed 2 years ago

firefly-cpp commented 2 years ago

We are also shipping the tests, which is not very useful. Thus, tests are now excluded and not packaged.

Two files are removed. pytest command is working as expected.

@zStupan , what is your opinion?

zStupan commented 2 years ago

I believe it's standard practice to have tests in project root, so if we just move the tests package from the niaarm directory into project root it should work as well. And there's no need for conftest. And the __init__.py can be empty.