Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
2efb4f5be0
commit
7544580b4b
6 changed files with 42 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ from tests import unittest
|
|||
from fig.cli import verbose_proxy
|
||||
|
||||
|
||||
class VerboseProxy(unittest.TestCase):
|
||||
class VerboseProxyTestCase(unittest.TestCase):
|
||||
|
||||
def test_format_call(self):
|
||||
expected = "(u'arg1', True, key=u'value')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue