mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-22 15:52:31 +01:00
Rewrite
This commit is contained in:
parent
7dc9e0f926
commit
775dd20706
58 changed files with 8564 additions and 739 deletions
13
test/shunit2-2.1.6/doc/TODO.txt
Normal file
13
test/shunit2-2.1.6/doc/TODO.txt
Normal file
|
|
@ -0,0 +1,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 $
|
||||
Loading…
Add table
Add a link
Reference in a new issue