Mercurial > p > roundup > code
comparison test/test_actions.py @ 6366:f2c31f5ec50b
Move mocknull from test to roundup/test
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Wed, 31 Mar 2021 15:18:38 +0200 |
| parents | 68d83479747b |
| children | 37b57da3374f |
comparison
equal
deleted
inserted
replaced
| 6365:7f00fc5958ca | 6366:f2c31f5ec50b |
|---|---|
| 11 | 11 |
| 12 from roundup.anypy.cmp_ import NoneAndDictComparable | 12 from roundup.anypy.cmp_ import NoneAndDictComparable |
| 13 from time import sleep | 13 from time import sleep |
| 14 from datetime import datetime | 14 from datetime import datetime |
| 15 | 15 |
| 16 from .mocknull import MockNull | 16 from roundup.test.mocknull import MockNull |
| 17 | 17 |
| 18 def true(*args, **kwargs): | 18 def true(*args, **kwargs): |
| 19 return 1 | 19 return 1 |
| 20 | 20 |
| 21 class ActionTestCase(unittest.TestCase): | 21 class ActionTestCase(unittest.TestCase): |
