Ticket #75 (assigned enhancement)

Opened 2 months ago

Last modified 2 months ago

Add the ability to insert custom managers and providers without using setuptools

Reported by: fs Owned by: fs
Priority: low Milestone: 3.0
Component: infrastructure Version:
Keywords: Cc:

Description

Currently all custom managers and providers must use extension points with setuptools. It would be nice if you could just give TurboMail a class reference during the initialization.

Attachments

custom_providers_with_setuptools_75 (4.0 kB) - added by fs 1 month ago.
added a tearDown method so that the tests don't mess up the others
custom_providers_with_setuptools_75.2 (3.8 kB) - added by fs 1 month ago.
custom providers where not initialized correctly

Change History

Changed 2 months ago by fs

  • owner changed from amcgregor to fs
  • status changed from new to assigned

This is also important because else you can not test anything without having a good setuptools configuration for TurboMail which can be problematic when you install multiple versions of setuptools. Taking.

Changed 1 month ago by fs

added a tearDown method so that the tests don't mess up the others

Changed 1 month ago by fs

custom providers where not initialized correctly

Note: See TracTickets for help on using tickets.