mirror of
https://github.com/samba-team/samba.git
synced 2025-12-21 20:23:50 +03:00
python: Use samba.tests.TestCase, make sure base class tearDown and
setUp methods are called, fix formatting.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
from samba.shares import SharesContainer
|
||||
from unittest import TestCase
|
||||
from samba.tests import TestCase
|
||||
|
||||
|
||||
class MockService(object):
|
||||
|
||||
Reference in New Issue
Block a user