Test suite executed from CI pipeline (#433)

* Test strategy & test cases

* Unit tests

* Integration tests
This commit is contained in:
cybermaggedon 2025-07-14 14:57:44 +01:00 committed by GitHub
parent 9c7a070681
commit 2f7fddd206
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
101 changed files with 17811 additions and 1 deletions

View file

@ -1,13 +0,0 @@
scripts/object-extract-row \
-p pulsar://localhost:6650 \
--field 'name:string:100:pri:Name of the person in the story' \
--field 'job:string:100::Job title or role' \
--field 'date:string:20::Date entered into role if known' \
--field 'supervisor:string:100::Supervisor or manager of this person, if known' \
--field 'location:string:100::Main base or location of work, if known' \
--field 'notes:string:1000::Additional notes or observations about this animal or person' \
--no-metrics \
--name actors \
--description 'Relevant people'