godot-tests icon indicating copy to clipboard operation
godot-tests copied to clipboard

Configuration files?

Open LikeLakers2 opened this issue 6 years ago • 4 comments

/benchmarks/README.md and /tests/README.md both mention that configuration files of some sort should be included. However, no example configuration is given, nor is the format documented that these configuration files would need to be in.

Has that format been decided before? If so, it should be documented in those README files. Otherwise, I hope this issue could spark some discussion on what format the configs should use.

LikeLakers2 avatar Dec 03 '18 20:12 LikeLakers2

Otherwise, I hope this issue could spark some discussion on what format the configs should use.

Would the ConfigFile class work for this?

Calinou avatar Dec 03 '18 21:12 Calinou

Would the ConfigFile class work for this?

Of course, but I was meaning what kind of data (name? brief description? etc.) these configuration files would need to have, not what the file type should be. My apologies for not clarifying.

LikeLakers2 avatar Dec 03 '18 21:12 LikeLakers2

Anything that is actionable two years later?

fire avatar Nov 17 '20 16:11 fire

I would think so. As mentioned in the original comment, the README files don't really explain what these "Configuration files" are, or how they're formatted, or what they're supposed to be. While it seems now that both take in Godot projects, it should be clarified since "Configuration file" could still mean any number of things (project settings? a python script? etc.).

We should either clarify that, or we should remove the two README files and explain this in the root of the repository.

LikeLakers2 avatar Nov 17 '20 18:11 LikeLakers2