Beispiel #1
0
    def test_hq(self):

        assert hq.run1() == "2x: 1 double 1 double "

        assert hq.run2() == 5

        assert hq.run3() == 6
Beispiel #2
0
    def test_hq(self):

        assert hq.run1() == "2x: 1 double 1 double "

        assert hq.run2() == 5

        assert hq.run3() == 6
Beispiel #3
0
    def test_hq(self):
        import hq_macro
        import hq
        assert hq.run1() == "2x: 1 double 1 double "

        assert hq.run2() == 5

        assert hq.run3() == 6