Skip to content

In tests, remove the word "example" to avoid confusion - #2031

Open
dsnopek wants to merge 1 commit into
godotengine:masterfrom
dsnopek:dont-call-it-an-example
Open

In tests, remove the word "example" to avoid confusion#2031
dsnopek wants to merge 1 commit into
godotengine:masterfrom
dsnopek:dont-call-it-an-example

Conversation

@dsnopek

@dsnopek dsnopek commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

The project in test/ is not an example, but it still contains the word "example" all over the place, potentially leading to confusion.

This PR replaces that with "my_test" or MyTest. I usually use the prefix "my" for things that are project specific and I never intend to make reusable. I'm open to suggestions on the naming, although, I don't think it matters too much, so long as it can't be confused for an example :-)

@dsnopek dsnopek added this to the 10.x milestone Jul 26, 2026
@dsnopek dsnopek added the enhancement This is an enhancement on the current functionality label Jul 26, 2026
@dsnopek
dsnopek requested a review from a team as a code owner July 26, 2026 12:20

@Ivorforce Ivorforce left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really like this idea!

While we're here, perhaps you want to go one step further and add a Readme.md in the test/ folder that links to godot-cpp-template? Not sure if it would be seen by many, but at least we'd have the information in place.

@enetheru

Copy link
Copy Markdown
Collaborator

Bike-shedding: Why not call it what it is, integration_testing or some such.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement This is an enhancement on the current functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants