Is there a DRY way to to override them for testing purposes (create tables on the fly etc.), without touching the original definition? A simple class-overriding doesn't seem to work, and I don't see any other solution to this problem:
MRE:
from sqlalchemy import Column, Integer, Numeric, String--SQLAlchemy -The Python SQL Toolkit and Object Relational MapperTo post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description.---You received this message because you are subscribed to the Google Groups "sqlalchemy" group.To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/00773483-19c1-482f-9743-9e318651b724n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/aa577392-2c3e-4c18-b539-886743a5f0f6%40app.fastmail.com.