mirror of
https://github.com/docker/compose.git
synced 2025-07-28 08:04:09 +02:00
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…
x
Reference in New Issue
Block a user