aboutsummaryrefslogtreecommitdiff
path: root/simulation_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move code to src/ and tests/EuAndreh2024-10-251-329/+0
|
* FIX: Incorrect threadCount in simulation_test.goPanagiotis Siatras2016-01-071-1/+1
| | | TestSimulate_1op_1p should pass 1 as the threadCount instead of 100
* test suite refactoringBen Johnson2016-01-021-4/+6
| | | | | | | | | This commit refactors the test suite to make it cleaner and to use the standard testing library better. The `assert()`, `equals()`, and `ok()` functions have been removed and some test names have been changed for clarity. No functionality has been changed.
* Remove testify.Ben Johnson2014-07-261-2/+1
|
* Move tests to a test package.Ben Johnson2014-07-261-8/+9
|
* Remove wrapping test closures.Ben Johnson2014-07-261-65/+67
|
* Fix deletion reclamation.Ben Johnson2014-05-091-1/+1
|
* Consolidate code for clarity.Ben Johnson2014-05-051-0/+325
This commit consolidates some of the smaller files into some of the larger files. The smaller files cluttered the file tree and made it harder to see the logical groupings of structs.