term-plus-el icon indicating copy to clipboard operation
term-plus-el copied to clipboard

Tests are missing

Open tarao opened this issue 13 years ago • 0 comments

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?

tarao avatar Oct 20 '12 12:10 tarao