intelmq icon indicating copy to clipboard operation
intelmq copied to clipboard

Move test library to tests directory?

Open ghost opened this issue 4 years ago • 1 comments

intelmq/lib/test.py contains a supporting class for the test cases, which provides more or less the internal testing infrastructure (code-wise).

It is disputable if this file should be in intelmq/lib, which makes up the IntelMQ "Core" libraries, as this file is not required for running IntelMQ but only fur running the tests. Therefore, intelmq/tests/ could be a better fitting location.

I propose to make this change - if at all - in a major version release (e.g. 3.0), not a minor version.

ghost avatar Jan 07 '21 19:01 ghost

I propose to make this change - if at all - in a major version release (e.g. 3.0), not a minor version.

I think it makes sense to make that change. Implementing it in 3.0 sounds good to me.

ghost avatar Jan 08 '21 07:01 ghost