On 21 dec 2009, at 19:32, Stefan Manegold wrote: > Hi Mark, > > thaks for all your patches! > > I guess Gijs will tkae care of also checking in this one. > > You are more than welcome to announce your Django adapter via > [email protected] and/or > [email protected]. > > In case you message doesn't go through instantly (we keep posting access to > our mailing list rather limited to prevent spam), we'll take care of > approving (or resending) it. > > > To run MonetDB tests, you also need to download/checkout, compile and > install the "testing" package of MonetDB. This provides our "Mtest.py" > testing tool. > > To run the python tests in .../clients/src/python/test/ you need to also > have the sql sources of MonetDB. > Go to > .../sql/src/test/mapi/Tests/ > and run > Mtest.py . python_test_monetdb_sql_dbapi20 > python_test_monetdb_sql_capabilities
This is the MonetDB way of running the tests, you can also run the (unittest) tests directly with: * python capabilities_monetdb.py * python dbapi20_monetdb.py from clients/src/python/test. This way you don't need the sql and monetdb sources. You can change the database port by setting the MAPIPORT environment variable, and the database by changing TSTDB. Username and password should be monetdb. - gijs ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
