-
Notifications
You must be signed in to change notification settings - Fork 53
/
TODO
32 lines (32 loc) · 1.2 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
* FIXME: cut-stream-reader's reader should stop on EOF.
* random value generator.
* cut_generate_uuid.
* rename cut_process_* to cut_child_cutter_*.
* support filter tests by attribute value.
e.g. cutter --filter-by-attribute 'target_version <= 1.0.0'.
* report errors in data setup function.
* add CUTTER_DEBUG technique in test/run-test.sh to tutorial
as a debugging technique.
* use real data instead of dummy data (e.g. a, b, c, ...)
for demo screenshot. (It's more realistic)
* add 'what merit we will get' instead of 'what features we
will get' to introduction document.
* add 'how to become a test junkie from a test amateur' to document.
* cut_thread_create(): it pushes the current test context. tests written by
user will not care the current test context.
* priority mode.
* auto-cutter.
* gompertz curve.
* elapsed time assert. (compare with past elapsed time?)
* test history chart.
* N tests
* N failures
* elapsed time
* coordinattion with TestLink.
* failmalloc like memory test.
* update option descriptions in README.
* introduce easy sub process debugging mechanism.
* GTK+ UI supports test iterator.
* cut_get_test_name().
* cut_{get,set}_current_test_context() ->
cut_{get,set}_test_context()