Well, the scene editor takes snippets now. Well enough that I wnt to add images. So that brings me back to test cases.  I thought of a good way not to forget to implement a test:
        [Test]
        def load_background():
                assert 1 == 2
        [Test]
        def save_background():
                assert 1 == 2
I reckon that ought to do it :)
No comments:
Post a Comment