[go: up one dir, main page]

File: TODO.txt

package info (click to toggle)
shunit2 2.1.6-1.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 404 kB
  • ctags: 96
  • sloc: sh: 1,383; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
Make it possible to execute a single test by passing the name of the test on
the command line

Add support for '--randomize-order' so that the test order is randomized to
check for dependencies (which shouldn't be there) between tests.

--debug option to display point in source code (line number and such) where the
problem showed up.

assertTrue() just gives 'ASSERT:', nothing else :-(. others too?
upd: assertNull() will give message passed, but nothing else useful :-(

$Revision: 228 $