Attempt to refactor a bit of context, new count transform that counts the calls, new bonobo.structs package with basic data structures, removal of blessings.
This commit is contained in:
6
tests/structs/test_tokens.py
Normal file
6
tests/structs/test_tokens.py
Normal file
@ -0,0 +1,6 @@
|
||||
from bonobo import Token
|
||||
|
||||
|
||||
def test_token_repr():
|
||||
t = Token('Acme')
|
||||
assert repr(t) == '<Acme>'
|
||||
Reference in New Issue
Block a user