"backends/client/src/v2/client.rs" did not exist on "757223b352896a9b2b9df46c95c0afcaa0cdf9d4"
  • moto's avatar
    Get rid of dynamic test suite generation (#716) · 08217121
    moto authored
    `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.
    08217121
functional_cpu_test.py 13.7 KB