1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Some test for computes

This commit is contained in:
Real-Gecko 2020-05-29 14:00:51 +06:00 committed by catborise
parent 23ce286bab
commit 6fa99979b7
3 changed files with 107 additions and 21 deletions

View file

@ -1,8 +1,8 @@
from django.test import TestCase
from django.contrib.auth.models import User
from .urls import urlpatterns
from django.shortcuts import reverse
from django.test import Client
from django.test import Client, TestCase
from .urls import urlpatterns
class AdminTestCase(TestCase):