You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The string_automata module should have a printer, that would used in unit-tests.
The representation should be human-readable, this will make the tests useful as documenation, and a failing test will have a useful diff. An idea for such a representation would an ascii-tree like this :
|-- a
| |-- b
| | `-- d
| `-- c
`-- d
I am very open to other designs, provided they are readable enough.
A PR does have to include extensive tests, but minimal tests to show that the printer work are necessary.
The text was updated successfully, but these errors were encountered:
The string_automata module should have a printer, that would used in unit-tests.
The representation should be human-readable, this will make the tests useful as documenation, and a failing test will have a useful diff. An idea for such a representation would an ascii-tree like this :
I am very open to other designs, provided they are readable enough.
A PR does have to include extensive tests, but minimal tests to show that the printer work are necessary.
The text was updated successfully, but these errors were encountered: