Ignore:
Timestamp:
13 May 2015, 11:03:54 (9 years ago)
Author:
Henrik Bettermann
Message:

Use comments instead of docstrings to describe the test case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/tests/test_browser.py

    r12927 r12929  
    3939
    4040class UniversitySetup(FunctionalTestCase):
    41     """A test case that only contains a setup and teardown.
    42     """
     41    # A test case that only contains a setup and teardown.
    4342
    4443    layer = FunctionalLayer
     
    105104
    106105class DataCenterUITests(UniversitySetup):
    107     """Tests for DataCenter class views and pages.
    108     """
     106    # Tests for DataCenter class views and pages.
    109107
    110108    layer = FunctionalLayer
     
    169167
    170168class DataCenterUIExportTests(UniversitySetup, FunctionalAsyncTestCase):
    171     """Tests for DataCenter class views and pages.
    172     """
     169    # Tests for DataCenter class views and pages.
    173170
    174171    layer = FunctionalLayer
     
    410407
    411408class SupplementaryBrowserTests(UniversitySetup):
    412     """These are additional tests to browser.txt
    413     """
     409    # These are additional tests to browser.txt
    414410
    415411    def test_set_former_course(self):
Note: See TracChangeset for help on using the changeset viewer.