This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
sqlalchemy
Watch
2
Star
0
Fork
0
You've already forked sqlalchemy
mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced
2026-06-05 15:23:48 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6899c0dc1bb01c6136290ba5e45965bb9cbf84d3
sqlalchemy
/
test
/
testlib
T
History
Jason Kirtland
e56af84f42
More robust droppage of table detritus, also respect --quiet
2007-08-04 19:29:54 +00:00
..
__init__.py
Rearranged engine initialization, its now easy to make ad-hoc testing engines that preserve all of the --options requested
2007-08-03 20:08:26 +00:00
config.py
More robust droppage of table detritus, also respect --quiet
2007-08-04 19:29:54 +00:00
coverage.py
…
engines.py
Rearranged engine initialization, its now easy to make ad-hoc testing engines that preserve all of the --options requested
2007-08-03 20:08:26 +00:00
profiling.py
Fix coverage again- try really hard not to load anything from lib/ until after the coverage hook runs.
2007-07-27 20:21:36 +00:00
schema.py
Fix coverage again- try really hard not to load anything from lib/ until after the coverage hook runs.
2007-07-27 20:21:36 +00:00
tables.py
…
testing.py
switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xargs perl -pi.bak -e 's/if len\((\S+)\):/if $1:/' && find . -name '*.bak' |xargs rm
2007-08-03 13:57:40 +00:00