Get rid of dynamic test suite generation (#716)
`type` used in `common_utils` generates test class definition in `common_utils` and this modifies the module state after it's imported. This is anti-pattern. This PR get rid of the related utility functions and define test suite manually.
Showing
test/functional_cuda_test.py
0 → 100644
test/functional_impl.py
0 → 100644
Please register or sign in to comment