-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Event Hubshelp wantedThis issue is tracking work for which community contributions would be welcomed and appreciatedThis issue is tracking work for which community contributions would be welcomed and appreciated
Milestone
Description
#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:
- Update event hub tests to be in a subclass of
AzureMgmtTestCase. - Make resource preparer to be compatible with pytest fixtures.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Event Hubshelp wantedThis issue is tracking work for which community contributions would be welcomed and appreciatedThis issue is tracking work for which community contributions would be welcomed and appreciated