mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- All tests that sleep will now announce the duration of the sleep beforehand.
This commit is contained in:
parent
6dd4067167
commit
80d1c03457
9 changed files with 36 additions and 15 deletions
|
@ -55,6 +55,7 @@ my $output = qx{../task rc:hook.rc version};
|
|||
if ($output =~ /PUC-Rio/)
|
||||
{
|
||||
qx{../task rc:hook.rc add foo};
|
||||
diag ("1 second delay");
|
||||
sleep 1;
|
||||
$output = qx{../task rc:hook.rc list};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue