gramps/test
Gerald Britton 1f2469b09f Simplify with built-in functions where possible. e.g.
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)

These changes reduce source code size and complexity and produce some minor performance gains

svn: r14104
2010-01-21 18:42:53 +00:00
..
GrampsDb Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
GrampsLogger
RelLib
dates.sh In .: 2006-05-01 21:11:26 +00:00
det_ancestor_report.sh
det_descendant_report.sh
impex.sh In .: 2006-05-01 21:11:26 +00:00
LosHawlos_bsddbtest.py another bsddb test 2006-11-25 19:17:45 +00:00
LosHawlos_dbtest.py new testcase 2006-11-24 21:44:32 +00:00
RunAllTests.py
runtest.sh * various: merge changes made in gramps20 up until R2_0_10_real tag. 2006-02-28 19:54:35 +00:00
tools.sh