email2pdf icon indicating copy to clipboard operation
email2pdf copied to clipboard

See if there is a way to execute both invokeDirectly and invokeAsSubprocess in variations of the same test

Open andrewferrier opened this issue 10 years ago • 1 comments

Options being considered:

  • nose-ittr: introduces an extra dependency.
  • invokeBoth(): won't work, since tests assume it's only being executed once.

andrewferrier avatar Dec 28 '14 10:12 andrewferrier

Metaclasses look like an elegant approach: http://stackoverflow.com/a/20870875/27641

andrewferrier avatar Feb 10 '15 16:02 andrewferrier