13 lines
199 B
Python
13 lines
199 B
Python
import mock
|
|
import unittest
|
|
|
|
from shoebox import shoebox
|
|
|
|
|
|
class TestRollChecker(unittest.TestCase):
|
|
|
|
def test_time_roll_checker(self):
|
|
pass
|
|
|
|
#if __name__ == '__main__':
|
|
# unittest.main() |