Repository URL to install this package:
|
Version:
0.32.0 ▾
|
from django.test import TestCase
class ExceptionTestCase(TestCase):
def test_import_exceptions(self):
try:
from dockerhub.exceptions import BadRequest
except AttributeError:
self.fail("Error importing exception")