Skip to content

Latest commit

 

History

History
 
 

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Testing approach

Contrived local integration testing

Offline invocations of stackql are assessed against expected responses, through:

  1. the functionality of /test/python/main.py.
  2. robot tests in /test/functional

(1) is deprecated and will be entirely migrated to (2).

These tests are run during the build process:

Unit tests using standard golang approaches

Proliferation is a fair way behind development.

These are also run inside build processes: local and remote.

E2E integration tests

TBA.

Sundry opinions about testing in golang