Skip to content

Commit 8566eb4

Browse files
authored
chore: stop generating skeleton tests (#47)
We do not leverage the tests produced by openapi-generator, and doing so would be a fairly large lift. There is an existing pattern in this repo to use the Ansible collection's end-to-end tests to validate SDK changes. If we add tests directly to this repo in the future, those should be added outside of the generated code to keep our codegen logic as simple as possible.
2 parents 9aa99e1 + b7d6aa4 commit 8566eb4

569 files changed

Lines changed: 4 additions & 35721 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/openapi-generator.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"disallowAdditionalPropertiesIfNotPresent": false,
44
"inlineSchemaOptions": {
55
"RESOLVE_INLINE_ENUMS": true
6+
},
7+
"globalProperties": {
8+
"modelTests": false,
9+
"apiTests": false
610
}
711
}

equinix/services/fabricv4/test/__init__.py

Whitespace-only changes.

equinix/services/fabricv4/test/test_access_point.py

Lines changed: 0 additions & 403 deletions
This file was deleted.

equinix/services/fabricv4/test/test_access_point_selector.py

Lines changed: 0 additions & 91 deletions
This file was deleted.

equinix/services/fabricv4/test/test_access_point_selector_type.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

equinix/services/fabricv4/test/test_access_point_type.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

equinix/services/fabricv4/test/test_actions.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

equinix/services/fabricv4/test/test_add_operation.py

Lines changed: 0 additions & 52 deletions
This file was deleted.

equinix/services/fabricv4/test/test_alert_rule_post_request.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

equinix/services/fabricv4/test/test_alert_rule_post_request_type.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)