plum -> fig
This commit is contained in:
parent
4d35d47969
commit
0cafdc9c6c
21 changed files with 33 additions and 33 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from .testcases import DockerClientTestCase
|
||||
from plum.container import Container
|
||||
from fig.container import Container
|
||||
|
||||
class ContainerTest(DockerClientTestCase):
|
||||
def test_from_ps(self):
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from plum.project import Project
|
||||
from plum.service import Service
|
||||
from fig.project import Project
|
||||
from fig.service import Service
|
||||
from .testcases import DockerClientTestCase
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from plum import Service
|
||||
from fig import Service
|
||||
from .testcases import DockerClientTestCase
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from docker import Client
|
||||
from plum.service import Service
|
||||
from fig.service import Service
|
||||
import os
|
||||
from unittest import TestCase
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue