acs-automated-testing

  • last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve spelling

  1. … 8 more files in changeset.
fix documentation

align documentation with implementation

Use ns_conn location as a simpler way to retrieve the test URL (and more robust e.g. when behind a https proxy)

Whitespace changes

Use 'api_proc_pretty_name' for generating the api-doc link for a proc

Include all enabled packages in the package view list of the automated-testing admin/index page

Move proc test coverage info to the already existing package view branch

Exclude callback contracts from proc test coverage list

Fix quoting, modify aa_export_vars so that now takes one argument, which is a list (many thanks to Nathan Coulter)

Whitespace cleanup

Expand width on package vew table

Add simple test suite for the 'coverage-procs' library

    • -0
    • +108
    ./tcl/test/acs-automated-testing-procs.tcl
Move the text color setting to the particular coverage level

Move styles into CSS

Fix doc link

Show proc test coverage only on package view

Add the global test proc coverage percentage to the 'automated-testing' admin/index page, and link it to the new 'proc-coverage' page

Remove duplicated property

Add package name to the coverage data

Replace completely the 'proc-coverage' page, using the new api and providing proc test coverage information for packages and system wide

Fix return error in proc

Simplify styles

Add missing public flag to proc

New test proc coverage library (proc-coverage) for the 'automated-testing' package:

- New proc 'aa::coverage::proc_covered_p', checks if a particular proc is covered by any automated test.

- New proc 'aa::coverage::proc_list', returns a list of procs, sistem wide or in a package, with their coverage status.

- New proc 'aa::coverage::proc_coverage', returns a summary of information (number of procs, number of covered procs, coverage percentage) about the coverage of the api of a package, or system wide.

- New proc 'aa::coverage::proc_coverage_level', returns a level value (high, medium, low...) for a particular percentage.

Also add new CSS file for the automated tests summary page, which should help reducing the inline styling in the package, and different styles for the proc coverage levels.

file coverage-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/coverage-procs.tcl
file tests.css was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/resources/tests.css
Remove unnecesary quoting

Add the proc test coverage of each package, and link the 'proc-coverage' page, lost and isolated for many years...

Add new proc 'aa_test::proc_coverage', which returns the percentage of proc test coverage on a particular package, or on the whole system