Exemplo n.º 1
0
    def rand_gen(self, l=10):
        for _ in range(l):
            # self.tree_.dump_tree()

            builder = CommandBuilder(self)
            cmd = builder.random_command()
            assert cmd is not None
            # print(cmd)

            self.take_command(cmd)