The test-workspace template of the PyAutoScientist organism: the home for regression, smoke and integration scripts — everything that exercises the installed library end to end but teaches nothing.
The split it encodes: the library's tests/ hold fast unit tests; the
workspace holds teaching scripts; this repo holds the cross-package and
end-to-end checks the organism's health layer runs (a curated
smoke_tests.txt subset gates releases — keep it small and fast, don't
promote every script into it).
pip install autoproject
python scripts/fit_quick.pyPart of the PyAutoScientist template family — copy it ("Use this template") alongside PyAutoProject and autoproject_workspace.