move test to top level
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
996fa75c2e
commit
ef197eebe3
2 changed files with 59 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
|||
import cdist
|
||||
import unittest
|
||||
|
||||
|
||||
class CdistGeneric(unittest.TestCase):
|
||||
|
||||
def test_initial_manifest(self):
|
||||
self.assertEqual(numeral, result)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue