add a class-based unit test, found bug in eq function as a result:
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 20 Mar 2019 09:13:44 +0000 (09:13 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 20 Mar 2019 09:13:44 +0000 (09:13 +0000)
commitc5325abca0a32d5d462d11bc0ccb0d6cc77fd267
treecf6c2b7a0e09b63b0e67634c4e4fc5032c8b6923
parent92027e0500e578a2497e91fc6a9881a65c619080
add a class-based unit test, found bug in eq function as a result:
eq function from Example2OpClass was returning a list of assignment
statements, which was resulting in a list-of-lists being created.
flattening to a single 1D list was required
src/add/example_buf_pipe.py
src/add/test_buf_pipe.py