Commit 18a2a788 by Will Daly

Merge pull request #318 from edx/will/assessment-package-refactor

Split models.py into separate Python modules
parents 9b066045 2ad8d1fb
"""
Export models from each Python module in this package.
"""
# pylint: disable=W0401
from .base import *
from .peer import *
......@@ -161,7 +161,7 @@ bad-names=foo,bar,baz,toto,tutu,tata
# Regular expression which should only match functions or classes name which do
# not require a docstring
no-docstring-rgx=__.*__|test_.*|setUp|tearDown
no-docstring-rgx=__.*__|test_.*|setUp|tearDown|Meta
[MISCELLANEOUS]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment