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:
parent
83b1dde673
commit
7b0016c0b2
3 changed files with 118 additions and 29 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue