Bound watcher stdin draining with a deadline

This commit is contained in:
2026-09-08 18:06:43 +01:00
parent 4522fdbce1
commit f4fc81eefe
3 changed files with 82 additions and 8 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
#!/bin/bash
# Run all plugin logic tests. Requires node.
# Run all plugin logic tests. Requires node and python3.
set -euo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")/.."
python3 -m unittest discover -s tests -p 'test_capture.py'
exec node --test 'tests/*.mjs'