Hello world!

Hello from Svbtle.

 
3
Kudos
 
3
Kudos

Now read this

Fixing spurious teardown test failures with Django’s LiveServerTestCase

If you are using Django’s LiveServerTestCase to do browser-based testing, you might be running into sporadic database failures in between individual test methods. The root cause is that the server is bound to the lifetime of the test... Continue →