Kitware / CDash

An open source, web-based software testing server
http://www.cdash.org/
Other
218 stars 76 forks source link

Add submission trait to test environment #2578

Open williamjallen opened 2 days ago

williamjallen commented 2 days ago

There is currently no way to create submissions programmatically in the new part of the test suite. Given that various upcoming features will need test submissions to be made, this PR moves a preexisting database seeder method to a test trait where it can be used more widely. I also replaced the legacy submission() method which was previously the preferred way to make submissions in the old part of the test suite.