solve unittest bugs and undetected develop_steps bug
This commit is contained in:
@@ -55,6 +55,9 @@ class Explicable(Renderable):
|
||||
>>> action = Explicable()
|
||||
>>> from .expression import Expression
|
||||
>>> action.postfix_tokens = Expression('42')
|
||||
>>> for i in action.history_generator():
|
||||
... print(i)
|
||||
42
|
||||
>>> action.this_append_before([Expression('2+10*4'), Expression('2+40')])
|
||||
>>> for i in action.history_generator():
|
||||
... print(i)
|
||||
|
Reference in New Issue
Block a user