mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-24 02:08:54 +00:00
6 lines
145 B
Python
6 lines
145 B
Python
import unittest
|
|
from spa.models.mix import Mix
|
|
|
|
class UploadTest(unittest.TestCase):
|
|
def run(self, result=None):
|
|
print "Argle Bargle" |