Private
Public Access
1
0

working somewhat on thinkpad - doesn't pass tests

This commit is contained in:
Sander Roosendaal
2019-02-05 22:04:48 +01:00
parent c9695a9f8f
commit b6818ccabc
20 changed files with 9584 additions and 9448 deletions

View File

@@ -1,3 +1,8 @@
try:
WindowsError
except NameError:
WindowsError = None
import pytest
pytestmark = pytest.mark.django_db

View File

@@ -146,7 +146,7 @@ from rowsandall_app.settings import (
PAYMENT_PROCESSING_ON
)
from rowers.tasks_standalone import addcomment2
#from rowers.tasks_standalone import addcomment2
from django.contrib import messages
from async_messages import messages as a_messages