You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/scripts/o3de/tests
lumberyard-employee-dm 9afbd07a88
Added new feature to the register command to auto detect manifest file based on input path (#2967)
* Added new feature to the register command to auto detect the correct
o3de manifest file to write to based on the supplied registration path

Updated the create-gem command to register the gem on creation.

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Added new feature to the register command to auto detect the correct
o3de manifest file to write to based on the supplied registration path

Updated the create-gem command to register the gem on creation.

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Fix incorrect variable reference in register_project_path

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Fixed o3de python package unit test
The enable_gem, register and engine template test have been updated to
account for the logic to register a gem after creation

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Added a --no-register arg to engine-template.py
This allows registration of gems/projects using the create-project and
create-gem commands to be skipped

Prevented registration of a gems and projects in the engine_template
command test

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Wrapped first parameter to find_ancestor_dir_containing_file with
pathlib.PurePath

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
5 years ago
..
CMakeLists.txt The enable-gem command registers gem with project if not registered (#2817) 5 years ago
__init__.py Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
unit_test_cmake.py Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
unit_test_enable_gem.py Added new feature to the register command to auto detect manifest file based on input path (#2967) 5 years ago
unit_test_engine_properties.py Adding o3de.py subcommands for engine.json and gem.json modification (#2411) 5 years ago
unit_test_engine_template.py Added new feature to the register command to auto detect manifest file based on input path (#2967) 5 years ago
unit_test_gem_properties.py Adds Links to Gem Directory and Documentation for Gems (#2922) 5 years ago
unit_test_global_project.py Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
unit_test_manifest.py Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
unit_test_print_registration.py Register show command fix (#2408) 5 years ago
unit_test_project_properties.py The enable-gem command registers gem with project if not registered (#2817) 5 years ago
unit_test_register.py Added new feature to the register command to auto detect manifest file based on input path (#2967) 5 years ago
unit_test_utils.py Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago