aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/testing
Commit message (Collapse)AuthorAgeLines
* Add GoodInstancegood-instance hop3112024-06-08-2/+2
|
* Fixed point rounding functions and sources cleanup hop3112024-02-19-18/+26
|
* Crime+event modifier loading + misc UI backend hop3112023-12-02-2/+2
|
* chore: use PROPERTY and its variants when possible zaaarf2023-11-22-83/+12
|
* Clang-format formatting (with manual cleanup) hop3112023-10-29-252/+323
|
* Astyle formatting (with manual cleanup) hop3112023-10-29-169/+227
|
* Further cleanup and rearrangement hop3112023-10-13-1/+1
|
* Abstracted out a general test method to TestScript CptAlanSmith2023-09-28-7/+18
|
* Refactoring/tidying CptAlanSmith2023-09-28-43/+24
|
* Economy test finish CptAlanSmith2023-09-28-1/+4
|
* Testing (#28) CptAlanSmith2023-09-25-177/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+950
* 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>