Cleanup code so that *most* test work again

Still need to solve the downgrade test
This commit is contained in:
Nico Schottelius 2020-11-15 15:43:11 +01:00
commit 0b1c2cc168
8 changed files with 40 additions and 2254 deletions

View file

@ -9,7 +9,7 @@ from .views import *
from .models import *
from uncloud_pay.models import BillingAddress, Order
from uncloud.models import UncloudNetwork
class UncloudNetworkTests(TestCase):
def test_invalid_IPv4_network(self):