Hello Stanko, > How do you run all test in test folder. Do I have to have py.test installed?
You don't need py.test, even though you can use it if you want. To run *all* tests, besides having all dependencies installed (pysqlite2, psycopg2, MySQLdb, etc), you have to set two environment variables which will let tests know about MySQL and PostgreSQL test databases. I do something like: export STORM_POSTGRES_URI=postgres:storm export STORM_MYSQL_URI=mysql:storm and I have a "storm" database available in both PostgreSQL and MySQL. -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
