[Event Hubs] Use resource preparer to create test resources #12616
Labels
Client
This issue points to a problem in the data-plane of the library.
Event Hubs
help wanted
This issue is tracking work for which community contributions would be welcomed and appreciated
Milestone
#12429 uses pytest fixture to create resource group, eventhub namespace and eventhubs for the event hubs tests.
It doesn't work with resource preparer, which requires all test methods to be in a subclass of
AzureMgmtTestCase
, a descendent of unittest.TestCase.There are two options in the future:
AzureMgmtTestCase
.The text was updated successfully, but these errors were encountered: