Python TestCases have a short description method which by default returns the docstring of the test. This seems to be broken when the multiply annotation is present on the test.
Steps to reproduce:
- Write unit test with multiply annotation and docstring present
- Invoke self.shortDescription() within test
Expected result: Docstring is returned
Actual result: None is returned
This is an issue for me because I use the shortDescription as the name for each test which i submit to sauce.