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
23ce286bab
commit
6fa99979b7
3 changed files with 107 additions and 21 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