]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added first profile tests per [ticket:753]
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Aug 2007 19:15:55 +0000 (19:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Aug 2007 19:15:55 +0000 (19:15 +0000)
commitb8e92e6692568476c8bbaa4b27d0e4eace0a3a81
tree4554f9bffac6eb062bf0feb96d78d872c209fd0d
parent04e70c708f99f4f0b8b6c48e3c631bfa02dcd78f
added first profile tests per [ticket:753]
test/alltests.py
test/profiling/__init__.py [new file with mode: 0644]
test/profiling/alltests.py [new file with mode: 0644]
test/profiling/compiler.py [new file with mode: 0644]
test/testlib/profiling.py