add module level documentation, remove emtpy tests
- add docstring for module osusers - remove empty osusers.tests
This commit is contained in:
parent
91791320ca
commit
d86ba33f21
2 changed files with 3 additions and 3 deletions
|
@ -0,0 +1,3 @@
|
||||||
|
"""
|
||||||
|
This module contains :py:mod:`osusers.tasks`.
|
||||||
|
"""
|
|
@ -1,3 +0,0 @@
|
||||||
from django.test import TestCase
|
|
||||||
|
|
||||||
# Create your tests here.
|
|
Loading…
Reference in a new issue