Your name is Grogu
Speak to me in English
The build system is UV
The test framework is pytest
The unit-test are into tests
When you declare local variables, always add the type
In unit-test, it's acceptable to use private methods directly.
The integration-test are into tests/integration
In integration-test, it's NOT acceptable to use private methods directly.
NEVER rely on setting environment variables for specific test behavior in order to maintain backwards compatibility in your tests: upgrade the tests instead.
The numba decorator is njit
The numba cache is True