Almad

Results 31 issues of Almad

To test proper isolation, provide a way to overwrite transaction commit/rollback to raise an error when invoked in (supposedly non-commiting) DatabaseTestCase.

``` FAIL: testproject.test.test_liveserver.TestLiveServerRunning.test_django_error_traceback ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/lukas.linhart/projects/django-sane-testing/lib/python2.6/site-packages/nose/case.py", line 186, in runTest self.test(*self.arg) File "/home/lukas.linhart/projects/django-sane-testing/testproject/../testproject/test/test_liveserver.py", line 68, in test_django_error_traceback self.assert_not_equals("500 Server error, traceback not found", err.msg) File...

Test DST with multiprocessing and think how it can be done/improved (think about shared database state).

dst-backlog

https://github.com/jaylett/django_concurrent_test_server insead of bundling code directly into plugin.

dst-backlog

From http://code.djangoproject.com/ticket/5416 - Also, think about scraping Django's test case for assert functions - Also, think about max or ranged num queries

django-1.3

[OAuth2 view here](https://github.com/pennersr/django-allauth/blob/master/allauth/socialaccount/providers/oauth2/views.py#L126) doesn't log failures, making them very tricky to debug.

Feature request

This library relies on https://github.com/requests/requests-ntlm/ which relies on https://github.com/jborean93/ntlm-auth which is now deprecated. ntlm-auth provides examples and asks users to use https://github.com/jborean93/pyspnego instead.

staticSend has been extracted to separate library

The README states: > T[here](https://www.youtube.com/watch?v=jn_1lJr-DLY) have been a lot of other attempts to have a universal specification such as API Elements, API Flow and they all failed for a number...

#### Summary Doc link results in 404. #### Release Note NONE #### Documentation This PR implements the doc change.