Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/nappy/trunk/nappy/unit_tests/test_na_file_2010.py@3339
Line | |
---|
1 | """ |
---|
2 | test_na_file_2010.py |
---|
3 | ================== |
---|
4 | |
---|
5 | Tests for the na_file_2010.py module. |
---|
6 | |
---|
7 | """ |
---|
8 | |
---|
9 | # Import standard library modules |
---|
10 | import unittest |
---|
11 | |
---|
12 | # Import local modules |
---|
13 | import |
---|
14 | |
---|
15 | class TestCase(unittest.TestCase): |
---|
16 | |
---|
17 | def setUp(self): |
---|
18 | self. = () |
---|
19 | |
---|
20 | def test_(self): |
---|
21 | "Tests ." |
---|
22 | data = self.() |
---|
23 | self.assertEqual() |
---|
24 | self.assert() |
---|
25 | |
---|
26 | |
---|
27 | if __name__ == "__main__": |
---|
28 | |
---|
29 | unittest.main() |
---|
30 | |
---|
Note: See
TracBrowser
for help on using the repository browser.