term-plus-el
term-plus-el copied to clipboard
Tests are missing
We need at least the following tests:
- Unit tests
- Tests for visibility
To test the function term-emulate-terminal, we should have a mock-up of a pseudo terminal application which outputs control sequences. Such outpus can be passed as str argument of term-emulate-terminal but we need some thing passed to as proc too. Is there a good way to have a fake process object? Is there any package who tests process filters in a nice way? Any comments?