How do I code this relationship in SQLAlchemy?
- by Martin Del Vecchio
I am new to SQLAlchemy (and SQL, for that matter). I can't figure out how to code the idea I have in my head.
I am creating a database of performance-test results.
A test run consists of a test type and a number (this is class TestRun below)
A test suite consists the version string of the software being tested, and one or more TestRun objects…