Allar / ue5-style-guide

An attempt to make Unreal Engine 4 projects more consistent
http://ue5.style
MIT License
5.16k stars 1.13k forks source link

Location of functional testing assets #53

Open gryphonmyers opened 3 years ago

gryphonmyers commented 3 years ago

Use of Unreal's functional testing features involves the creation of *.umap files that are intended to be run with the automation tools, not played directly by developers or users. Currently the guide explicitly states that ALL map/level files should go in a single directory, but I'd suggest that functional test levels should be called out as an exception to this rule.

More generally, it might be good to establish convention for storage of tests and fixtures in general for those following TDD.