File manager - Edit - /opt/imh-python/lib/python2.7/site-packages/stevedore/tests/test_example_simple.py
Back
"""Tests for stevedore.example.simple """ from stevedore.example import simple from stevedore.tests import utils class TestExampleSimple(utils.TestCase): def test_simple_items(self): f = simple.Simple(100) text = ''.join(f.format({'a': 'A', 'b': 'B'})) expected = '\n'.join([ 'a = A', 'b = B', '', ]) self.assertEqual(text, expected)
| ver. 1.4 |
Github
|
.
| PHP 8.3.31 | Generation time: 0 |
proxy
|
phpinfo
|
Settings