1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/cmd/updater/dynamo_test.py

11 lines
180 B
Python
Raw Normal View History

2019-04-07 13:10:51 -07:00
import dynamo
import unittest
TEST_FEED = '86qZ'
class TestUpdater(unittest.TestCase):
@unittest.skip
def test_update_feed(self):
dynamo._update_feed(TEST_FEED)