mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 23:19:40 +00:00
Some test for computes
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user