selectel / pyte

Simple VTXXX-compatible linux terminal emulator
http://pyte.readthedocs.org/
GNU Lesser General Public License v3.0
649 stars 101 forks source link

Add byexample to the list of pyte users. #146

Closed eldipa closed 3 years ago

eldipa commented 3 years ago

byexample ejecutes snippets of code in different interpreters (python, ruby, c++) and the output is processed by pyte emulating a terminal. After the processing byexample compares the output got with the expected one for testing (it's similar to doctest).

superbobry commented 3 years ago

Thanks!