Jaft schreef op do 19-05-2022 om 04:54 [+0000]: > > > > > > There's 'regression.py' which has a 'main' and 'run_unit_tests'.  > > Maybe > > 'regression.py' can be run in the 'check' phase? > > Fair; would you know how to manually call it in that phase? I'm > afraid I don't have any experience outside of the check phase > automatically calling the designated tests files. (lambda* (#:key tests? #:allow-other-keys) (when tests? (invoke "regression.py"))) ; or maybe (invoke "python3" "regression.py")