← Back to team overview

testtools-dev team mailing list archive

[Bug 784859] [NEW] MatchesRegex doesn't appear in help(testtools.matchers)

 

Public bug reported:

MatchesRegex doesn't appear in help(testtools.matchers), because it
doesn't appear in __all__. This makes it less discoverable.

Whoever fixes this bug should probably do a quick audit of the classes
in matchers and make sure the interesting ones appear in __all__.

** Affects: testtools
     Importance: High
         Status: Triaged

-- 
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
https://bugs.launchpad.net/bugs/784859

Title:
  MatchesRegex doesn't appear in help(testtools.matchers)

Status in testtools:
  Triaged

Bug description:
  MatchesRegex doesn't appear in help(testtools.matchers), because it
  doesn't appear in __all__. This makes it less discoverable.

  Whoever fixes this bug should probably do a quick audit of the classes
  in matchers and make sure the interesting ones appear in __all__.


Follow ups

References