acs-automated-testing

  • last updated 12 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
overwork test cases: moderinze tests, make tested api functions explicit

    • -2
    • +12
    ./tcl/test/acs-automated-testing-procs.tcl
  1. … 7 more files in changeset.
whitespace changes

since test case ids are only significant per package_key, record such pairs in procdoc data structure

don't raise error on wrong inputs

Display warnings in the test results page

make feedback from testruns nicer (remove redundant messages)

improve testcase viewing page:

- use syntax highlighting to testcase body

- fix label for body:

* just use numbering when appropriate

* start numbering of bodies with 1

- use information from acs_testing in api-browser: provide link for

test cases.

- new function: api_add_to_proc_doc for updating apidoc information

from other packages

- bump version of acs-automated testing to 5.10.0d4 and

acs-api-browser to 5.10.0d2

- toc includelet:

* new flag: "-renderer" (default "")

specify an explicit renderer. This is an alternative to the

classic "rendering by style", where there style determines the renderer.

* new flag: "-include_in_foldertree" (default true)

it is now possible to avoid inclusion of all folder-tree element

in the standard folder tree. Default set for backwards

compatibility.

  1. … 4 more files in changeset.
improve rowcount expressions

  1. … 74 more files in changeset.
improve spelling

  1. … 12 more files in changeset.
whitespace changes

prettify reports

Add missing doc in public api as pointed out by automated test

Whitespace changes

Fix wrong bracket

use address from driver_info

Prefer individual 'set' operations over 'lassign' in these particular cases

  1. … 4 more files in changeset.
whitespace changes

add interface for processing html files via xpath interface

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Rework variable assignment (set -> lassign) + Whitespace changes

  1. … 14 more files in changeset.
regenerated documentation

  1. … 41 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
fix typos

  1. … 6 more files in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

  1. … 5 more files in changeset.
remove parens

modernize Tcl

prefer lassiign over multiple iindex operations

add prefix to aa_http logging output to ease keeping track of multiple similar requests

modernize tcl: use lassign instead of multiple lindex operations