mirror of https://github.com/docker/compose.git
Rename ServiceTest
This commit is contained in:
parent
e5642bd8b7
commit
5e1e4a71e0
|
@ -2,7 +2,7 @@ from plum import Service
|
||||||
from .testcases import DockerClientTestCase
|
from .testcases import DockerClientTestCase
|
||||||
|
|
||||||
|
|
||||||
class NameTestCase(DockerClientTestCase):
|
class ServiceTest(DockerClientTestCase):
|
||||||
def test_name_validations(self):
|
def test_name_validations(self):
|
||||||
self.assertRaises(ValueError, lambda: Service(name=''))
|
self.assertRaises(ValueError, lambda: Service(name=''))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue