import_many.py 387 B

12345678910111213141516
  1. """
  2. Copyright (c) Contributors to the Open 3D Engine Project.
  3. For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. SPDX-License-Identifier: Apache-2.0 OR MIT
  5. """
  6. #
  7. # testing mulitple test modules with azlmbr
  8. #
  9. import azlmbr
  10. import azlmbrtest
  11. import do_work
  12. def test_many_entity_id():
  13. do_work.print_entity_id(azlmbrtest.EntityId(101))