oKcerG / SortFilterProxyModel

A nicely exposed QSortFilterProxyModel for QML
MIT License
299 stars 101 forks source link

Tests, Tests, Tests ! #11

Closed oKcerG closed 6 years ago

oKcerG commented 7 years ago

Write some tests, Decide first with what test framework those should be written with, and then what to test and how.

keithel commented 7 years ago

I just created a PR #18 that adds test framework, and a set of tests for RangeFilter in the feature/filters-and-sorters branch. This PR uses the QtTest QML testing framework.

Minimal C++ is involved, just enough to compile in the module and a QtTest macro that expands to all that is needed for the main function.