Ignore:
Timestamp:
Jan 31, 2015, 11:47:13 PM (10 years ago)
Author:
steve
Message:

Changed test folders to tests and added testers to all the sub packages so that
you can do something like anuga.file.test()

Location:
trunk/anuga_core/source/anuga/shallow_water/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/shallow_water/tests/test_data_manager.py

    r9550 r9566  
    6262
    6363# use helper methods from other unit test
    64 from anuga.file.test.test_mux import Test_Mux
     64from anuga.file.tests.test_mux import Test_Mux
    6565
    6666
  • trunk/anuga_core/source/anuga/shallow_water/tests/test_shallow_water_domain.py

    r9562 r9566  
    72407240       
    72417241        # Large test set revealed one problem
    7242         points_file = os.path.join(path, 'test', 'data', 'test_points_large.csv')
     7242        points_file = os.path.join(path, 'tests', 'data', 'test_points_large.csv')
    72437243
    72447244        domain.set_quantity('elevation', filename=points_file,
     
    72547254
    72557255        # Small test set revealed another problem
    7256         points_file = os.path.join(path, 'test', 'data', 'test_points_small.csv')
     7256        points_file = os.path.join(path, 'tests', 'data', 'test_points_small.csv')
    72577257        try:   
    72587258            domain.set_quantity('elevation', filename=points_file,
Note: See TracChangeset for help on using the changeset viewer.