This PR moves all unit tests to their corresponding unit folder. The purpose of this change is to improve the organization of the tests, making it easier to identify each type of test. Having this convention also allows us to run only the necessary tests using pytest.
Description
This PR moves all unit tests to their corresponding
unit
folder. The purpose of this change is to improve the organization of the tests, making it easier to identify each type of test. Having this convention also allows us to run only the necessary tests usingpytest
.