unittest.sh

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed the if statement that was checking for the unit test coverage

Added a fi to an if statement

Added code to check for the unit test coverage results

DEN-3155 : Unit Testing

Removed test pass/fail check from unittest script

  1. … 1 more file in changeset.
Added pass/fail mark to unittest script

  1. … 1 more file in changeset.
Removed test code

Added cppcheck to the build script

  1. … 1 more file in changeset.
Removed test code

Added status report to the build script

  1. … 1 more file in changeset.
Added more comments

Added checks for skipped and blacklisted unit tests

Added commit hashes function

Added build specs

Removed timestamp from the remote copy address

Added status report to the code

Added a line to convert float to integer in the checking for coverage results

Added copying the common repository in the local directory

Added the project setup script

Added checks for the coverage and unit tests

Added support scripts to the script

DEN-2793 : Use Common Repository

__________________________________________________________________________________

Behrouz NematiPour

bNematiPour@diality.com

  1. … 1 more file in changeset.
DEN-2236_UI100%CoverageoftheApplicationSoftware

  1. … 1 more file in changeset.
DEN-2236_UI100%CoverageoftheApplicationSoftware

Modified the address in the function that checks the results

Added code to check the results of the tests

DEN-2236 : UI 100% Coverage of the Application Software

- Modified the unittest.sh script to read list of the unit tests from a file named :

tst_names.lst

- In this way script doesn't need to be changed and only name of the test will be added to the tst_names.lst file.

  1. … 1 more file in changeset.
Updated the unittest.sh to run the logger test first

- Moved logger test first since the other tests adding logs into the logs so the logger test will fail.

DEN-1714 : Implementation

- Added new tst_acknow unit test.

Merge branch 'master' into DEN-1396_LogHandler