Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move code to src/ and tests/ | EuAndreh | 2024-10-25 | 1 | -329/+0 |
| | |||||
* | FIX: Incorrect threadCount in simulation_test.go | Panagiotis Siatras | 2016-01-07 | 1 | -1/+1 |
| | | | TestSimulate_1op_1p should pass 1 as the threadCount instead of 100 | ||||
* | test suite refactoring | Ben Johnson | 2016-01-02 | 1 | -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 Johnson | 2014-07-26 | 1 | -2/+1 |
| | |||||
* | Move tests to a test package. | Ben Johnson | 2014-07-26 | 1 | -8/+9 |
| | |||||
* | Remove wrapping test closures. | Ben Johnson | 2014-07-26 | 1 | -65/+67 |
| | |||||
* | Fix deletion reclamation. | Ben Johnson | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Consolidate code for clarity. | Ben Johnson | 2014-05-05 | 1 | -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. |