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
parent 83b1dde673
commit 7b0016c0b2
3 changed files with 118 additions and 29 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):