~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to cmake/codecheck/run_tests.py

  • Committer: The Widelands Bunnybot
  • Date: 2024-10-19 13:45:54 UTC
  • Revision ID: bunnybot@widelands.org-20241019134554-kz2gcbecf0y7bd7n
170 files were automatically formatted.

(by bunnybot)
5a9087b08ab9bbc48795ff0f7f1f370f60108b1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    """Tests allowed code.
28
28
 
29
29
    The rule checker shouldn't find anything in this test
 
30
 
30
31
    """
31
32
 
32
33
    def _do_test(self):
38
39
    """Tests forbidden constructs.
39
40
 
40
41
    The rule checker should find errors in the example code.
 
42
 
41
43
    """
42
44
 
43
45
    def _do_test(self):