1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 24 hours ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added news for 1.5 release. More... over 15 years ago
Updated documentation to reflect the addition of the 'test/' subdirectory More... over 15 years ago
Moved framework test files to 'test/' subdirectory More... over 15 years ago
Bug 2052932 fixed on trunk. More... over 15 years ago
shUnitPlus uses /home/acontal/workspace/ShUnit to find shUnit More... over 15 years ago
Removed unused test fixtures More... over 15 years ago
Removed unused scripts More... over 15 years ago
Moved a dummy script used by tests only in its own fixture directory (more to come) More... over 15 years ago
Added a script to run all ShUnit's own tests. Removed unused code. More... over 15 years ago
Removed XML formatter. Need a real-life use case before implementing this feature. More... over 15 years ago
[fix] Improved the behavior of the mock 'declare' function for bash. More... almost 16 years ago
[fix] 'typeset' should be equivalent to 'declare' for Bash 3.2. More... almost 16 years ago
[refactor] There is some presentation logic in the shuRunOneTest function. To be fixed later. More... almost 16 years ago
[refactor] Extracted XML Output related tests to a dedicated test suite. More... about 16 years ago
[refactor] Reordering, regrouping and documentation of functions. More... about 16 years ago
[refactor] Removed duplication between shuAssert and shuDeny. More... about 16 years ago
[add] XML output for 1 failing test. More... about 16 years ago
[add] XML output when 2 successful tests. More... about 16 years ago
[add] First test to add XML output capability. Right now, it's only a fake implementation. Extracted all display logic in functions shuSuiteStart, shuTestStart, shuTestFailure... to override them when choosing XML output. More... about 16 years ago
[add] shuStart returns an informative exit code for better integration in build scripts. More... about 16 years ago
[refactor] Indentation and coding consistency. More... about 16 years ago
[add] Added high-level acceptance tests. More... about 16 years ago
[refactor] Added high-level acceptance tests. Added bashUnitAcceptanceTest for bash-specific high-level features. Moved tests that were more like acceptance tests than unit tests from shUnitTest to shUnitAcceptanceTest. Simplified autoSuiteTest now that it is called by bashUnitAcceptanceTest. More... about 16 years ago
[fix] Portability bug. Should use '=' instead of '=='. More... about 16 years ago
[add] error message if shuStart is called with more than one argument. More... about 16 years ago
[add] GPL licence. More... about 16 years ago
[refactor] Moved explanations to a README file, as described in http://en.tldp.org/HOWTO/Software-Release-Practice-HOWTO/distpractice.html More... about 16 years ago
[add] Error message if the auto-suite feature does not find any function at all. More... about 16 years ago
[fix] TestGetDeclaredFunctionsWhenNeitherDeclareNorTypesetWorks was failing. More... about 16 years ago
[refactor] Prefixed the new ShUnit function with 'shu'. More... about 16 years ago