rebalance python unittests onto new shards

This commit is contained in:
Stuart Young
2018-04-23 12:56:57 -04:00
parent 2556864bfb
commit 1fd2167144
244 changed files with 862 additions and 129 deletions

View File

@@ -23,6 +23,7 @@ _NEXT_WEEK = _TODAY + timedelta(days=7)
class RandomizeModuleTestCase(unittest.TestCase):
"""Make sure the randomize module works"""
shard = 1
def setUp(self):
"""