summaryrefslogtreecommitdiffstats
path: root/TESTPLAN
AgeCommit message (Collapse)Author
2023-08-31Rename ProcessList to ProcessTable throughoutNathan Scott
Following up with some discusson from a few months back, where it was proposed that ProcessTable is a better name. This data structure is definitely not a list ... if it was one-dimensional it'd be a set, but in practice it has much more in common with a two-dimensional table. The Process table is a familiar operating system concept for many people too so it resonates a little in that way as well.
2021-02-13Small update to test planDaniel Lange
from Krishna Chaitanya, B; found in hishamhm/htop#510
2020-08-21Remove trailing whitespacesChristian Göttsche
2015-04-09Fix failing stuff.Hisham Muhammad
2015-03-23Add a test plan.Hisham Muhammad
A list of functionality to go through and test before releases.