Ejemplo n.º 1
0
# Copyright 2016 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

from python_targets.test_library import say_test  # type: ignore[import]

say_test()
Ejemplo n.º 2
0
# coding=utf-8
# Copyright 2016 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

from __future__ import (absolute_import, division, generators, nested_scopes, print_function,
                        unicode_literals, with_statement)

from python_targets.test_library import say_test


say_test()
Ejemplo n.º 3
0
def say_test():
    test_library.say_test()