wtpython icon indicating copy to clipboard operation
wtpython copied to clipboard

Create tests for all internal components

Open briancohan opened this issue 4 years ago • 0 comments

We don't need to test textual or rich specifically, but we should be able to test if stackoverflow results are rendered consistently in the TUI or no-display mode.

I think we can cache some SO results into our /tests using VCR.py (https://vcrpy.readthedocs.io/en/latest/) and test against a stored result.

briancohan avatar Aug 16 '21 00:08 briancohan