~c-e-pidcott/maus/devel

« back to all changes in this revision

Viewing changes to tests/integration/test_simulation/test_virtual_planes/test_virt.py

  • Committer: Chris Rogers
  • Date: 2011-12-22 17:56:36 UTC
  • mfrom: (659.1.5 release-candidate)
  • Revision ID: chris.rogers@stfc.ac.uk-20111222175636-rw9uujiup42a7gnt
Tags: MAUS-v0.1.1
ReleaseĀ 0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
class SingleRFTestCase(unittest.TestCase):
7
7
    def test_single_rf(self):
8
 
      self.AssertTrue(False, 'Need a test here probably')
 
8
        self.AssertTrue(False, 'Need a test here probably')
9
9
 
10
10
if __name__ == '__main__':
11
11
    unittest.main()
12