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
Maksym Pavlenko 9800feade5 Refactor updater
2019-04-07 13:10:51 -07:00

11 lines
180 B
Python

import dynamo
import unittest
TEST_FEED = '86qZ'
class TestUpdater(unittest.TestCase):
@unittest.skip
def test_update_feed(self):
dynamo._update_feed(TEST_FEED)