Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facilitate creation of module for testing and creating test files in the module #22

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

MichaelBCG
Copy link

This pull request:

  • makes it easier to create UE module for tests (assist_tests_module_creation.bat)
  • makes it easier to create test files both in a module for tests and inside the UE game project
  • allows to exclude the module for tests from the OpenCppCoverage report
  • introduces TestsModuleName variable in config.bat. This variable defines the module's name for tests.

Please note that this functionality does not create UE module completely, it creates only folder, .Build.cs, .h and .cpp files for the module

Other notes:

Some samples of user dialogue:

  • when running assist_tests_module_creation.bat:
    image
  • when running create_spec_file.bat or create_test_file.bat :
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant