Skip to content

Commit

Permalink
tests: expand __all__ to include the decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPrice committed Nov 18, 2019
1 parent b658280 commit 105d512
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/lsst/utils/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
import tempfile

__all__ = ["init", "MemoryTestCase", "ExecutablesTestCase", "getTempFilePath",
"TestCase", "assertFloatsAlmostEqual", "assertFloatsNotEqual", "assertFloatsEqual"]
"TestCase", "assertFloatsAlmostEqual", "assertFloatsNotEqual", "assertFloatsEqual",
"debugger", "classParameters", "methodParameters"]

# File descriptor leak test will be skipped if psutil can not be imported
try:
Expand Down

0 comments on commit 105d512

Please sign in to comment.