jeffwright13 / pytest-tui

A Text User Interface (TUI) for Pytest, with console scripts to launch a TUI or an HTML page
MIT License
32 stars 1 forks source link

Implement tests #9

Open jeffwright13 opened 2 years ago

jeffwright13 commented 2 years ago

(using Pytest's pytester module)

https://raphael.codes/blog/test-suites-for-pytest-plugins/

See https://docs.pytest.org/en/6.2.x/writing_plugins.html#testing-plugins https://docs.pytest.org/en/latest/contributing.html#writing-tests https://docs.pytest.org/en/latest/reference/reference.html?highlight=pytester#pytest.Pytester

jeffwright13 commented 2 years ago

One idea: make a test run, and compare the final summary line output metrics vs. individual internal statistics for P, F, S, XP, XF, etc.

jeffwright13 commented 1 year ago

External packages with lots of tests to run against: alive-progress quantiphy pyexpect rich

jeffwright13 commented 1 year ago

test for --collect-only