cc-4227: changed upgrade method. added test stubs for it
This commit is contained in:
parent
37aa879ed0
commit
b4c014dbcc
3 changed files with 33 additions and 37 deletions
5
python_apps/media-monitor2/tests/test_upgrade2dot2.py
Normal file
5
python_apps/media-monitor2/tests/test_upgrade2dot2.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import unittest
|
||||
import upgrade2dot2
|
||||
|
||||
class TestUpgrade(unittest.TestCase):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue