Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 999 Bytes

File metadata and controls

24 lines (19 loc) · 999 Bytes

autoproject_workspace_test

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.py

Part of the PyAutoScientist template family — copy it ("Use this template") alongside PyAutoProject and autoproject_workspace.

we gon' make it through