Almad

Results 31 issues of Almad

Selenium 2 is coming, with better architecture and a lot of hotness. See for viable use-cases and add support for it.

dst-0.6
selenium

Fixtures are supported as in Django, but it's not mentioned in docs.

...and also, it confusingly reports DST plugins as missing (as in "no `--with-django`")

For compatibility reasons, also scrape for fail\* methods.

It is common desire to set up temporary directory in setUp (f.e. for uploading images), mocking it to some arbitrary attribute and (r/d)estoring on tearDown. Provide some kind of @mock...

When exception occurs in tests and transactino middleware is enabled, panda is sad: ====================================================================== ERROR: tests.test_particular_formsxxx --- Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/nose/case.py", line 187, in runTest self.test(_self.arg) File...

dst-0.5

Such as LIVE_SERVER_ADDRESS & PORT

dst-0.5
asap

Provide proper skipping even if test class is not inherited from SaneTestCase or is not calling super() in setUp properly.

Integration tests may test migrations, but sometimes, developer might want to run without them to gain some speed. Provide a plugin that will remove south from installed_apps.