release: 0.5.1

This commit is contained in:
Romain Dorgueil
2017-10-21 12:49:34 +02:00
parent 9faed8fa38
commit c7f39aa851
19 changed files with 196 additions and 119 deletions

View File

@ -53,7 +53,10 @@ def test_partial():
assert len(ci.options) == 4
assert len(ci.processors) == 1
assert ci.partial
assert ci.partial[0] == (f1, f2, )
assert ci.partial[0] == (
f1,
f2,
)
assert not len(ci.partial[1])
c = C('foo')