You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #259 [TechDebt: Issue #258] Standardizing tests and tests execution time improvements
Changelog
d28a81d Merge pull request #262 from dikhan/version/0.31.1 e1199fa update version to 0.31.1 18c6879 Merge pull request #261 from dikhan/feature/cache-improvements 9bd205e add debug message when hitting/loading resource path cache cba25ec Merge branch 'feature/cache-improvements' of github.com:dikhan/terraform-provider-openapi into feature/cache-improvements 8dd22d1 add resolvedPathCached to the SpecV2Resource 8459b48 assert that cache is populated for happy paths a3ee1ac change it back to previous value 7f3a425 make timeToProcess shorter cc0605e added logging for caching 520c22b Merge branch 'feature/cache-improvements' of github.com:dikhan/terraform-provider-openapi into feature/cache-improvements bf0a216 refactor getResourceDataOKExists and setResourceDataProperty fdc91a5 add parentResourceInfoCached on SpecV2Resource 747493e moved type check to top of the method to fail faster if type is missing 9814993 add caching support for GetResourceSchema 7c005f4 Merge pull request #259 from dikhan/standarize-tests 12da6e9 Merge branch 'standarize-tests' of github.com:dikhan/terraform-provider-openapi into standarize-tests 0d9961b remove extra Convey statements in openapi spec tests (causing unnecessary loops) 6988bd3 go mode dep updates 566fd97 fix vet issues 4b6f875 remove redundant conveys ffee28e standarized some tests 4c6d083 standarized some tests c68a796 standarized some tests 78b5bf6 standarized plugin_config_test tests 0d3f3fc standarized provider_configuration_endpoints_test tests 66d937d refactored provider_configuration_tests tests 834a19d refactor tests removing extra convey levels d287c04 refactor tests removing extra convey levels cc92815 Merge branch 'standarize-tests' of github.com:dikhan/terraform-provider-openapi into standarize-tests c6672ba refactor tests removing extra convey levels 58df65e remove extra Convey statements in openapi spec security tests (causing unnecessary loops) 1ee58b4 fix issue with convey second level using t 7dee746 Merge branch 'standarize-tests' of github.com:dikhan/terraform-provider-openapi into standarize-tests debe681 add coverage for panics df2d97c Merge branch 'standarize-tests' of github.com:dikhan/terraform-provider-openapi into standarize-tests b4c086f remove extra Convey statements in openapi_spec_resource_schema_definition_test.go (causing unnecessary loops) 68c788d Merge branch 'standarize-tests' of github.com:dikhan/terraform-provider-openapi into standarize-tests 334484e format tests to match standards 94f16cb remove extra Convey statements in openapi_spec_resource_schema_definition_property_test.go (causing unnecessary loops) 4c7f855 remove extra Convey statements in openapi_spec_authenticator tests 5c650af remove extra Convey statements in openapi_spec_analyser_test.go (causing unnecessary loops) c22ed02 remove extra Convey statements in openapi_client_test.go (causing unnecessary loops) f6a28d5 remove extra Convey statements in common_test.go (causing unnecessary loops) 4dbdaa3 fix extra conveys and update test with new format 7e3ac36 add another test example when the given is not applicable 0ff3241 add testing documentation 56a6d2e fix sections in readme cc3eca8 Merge branch 'master' into standarize-tests b1fa363 Merge branch 'standarize-tests' of github.com:dikhan/terraform-provider-openapi into standarize-tests da7e6d8 update TestIsOptionalComputedWithDefault test with new testing standard 2924d93 Merge branch 'standarize-tests' of github.com:dikhan/terraform-provider-openapi into standarize-tests 866ca16 update 2 of the common tests to follow naming standards 2399230 update TestIsBoolExtensionEnabled test with new testing standard 8d52986 set up the tests before convey to avoid extra not needed loops d0c49c0 create unittest target