aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/testing/test_scripts
Commit message (Collapse)AuthorAgeLines
* Crime+event modifier loading + misc UI backend hop3112023-12-02-2/+2
|
* Clang-format formatting (with manual cleanup) hop3112023-10-29-231/+299
|
* Astyle formatting (with manual cleanup) hop3112023-10-29-138/+140
|
* Further cleanup and rearrangement hop3112023-10-13-1/+1
|
* Abstracted out a general test method to TestScript CptAlanSmith2023-09-28-7/+6
|
* Economy test finish CptAlanSmith2023-09-28-1/+4
|
* Testing (#28) CptAlanSmith2023-09-25-124/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Dataloader stubs + default compat path + bits+bobs * Followup big dataloader commit * Fixes for building scons * Initial proof of concept auto-testing Shows how we can pull loaded data and display it back * data-loader include * Re-did headless Because hubert insisted it be done like this ;) * Auto-Testing Framework Basics * Requirements Calculations * Fix for messy merge (teach me to use merge tools) * Fixing up misc merge issues to fully reconcile with master changes * Re-added missing getters * Move of testing files due to folder reorgs * Update of file tests * Test scripting updates - elimnination of issues with data variables hanging over from big merges Routed gamemanager down to scripts on execute * Update StringUtils.hpp * Initial pipeline building * Pipe fabrication * Continued work on goods testing, removal of pragma once lines * Finish of economy tests, initial results outputting * Output of results * Removal of direct.h for cross compatibility --------- Co-authored-by: Hop311 <hop3114@gmail.com>
* Testing (#23) CptAlanSmith2023-09-23-0/+754
* Fixes for building scons * Initial proof of concept auto-testing Shows how we can pull loaded data and display it back * Re-did headless Because hubert insisted it be done like this ;) * Auto-Testing Framework Basics * Requirements Calculations * Fix for messy merge (teach me to use merge tools) * Fixing up misc merge issues to fully reconcile with master changes * Re-added missing getters * Move of testing files due to folder reorgs * Use new accessors + int reading fix --------- Co-authored-by: Hop311 <hop3114@gmail.com>