forked from uncloud/uncloud
Dump test placeholder for uncloud_pay
This commit is contained in:
parent
d089d06264
commit
948391ab2e
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
from django.test import TestCase
|
||||
from .models import Order, Bill
|
||||
|
||||
# Create your tests here.
|
||||
class BillTestCase(TestCase):
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def test_truth(self):
|
||||
self.assertEqual(1+1, 2)
|
||||
|
|
Loading…
Reference in a new issue