aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* src/dedo.go: Remove DB.ReadOnly optionEuAndreh2024-12-301-0/+51
|
* tests/dedo.go: Normalize testsEuAndreh2024-12-301-54/+404
| | | | | | | | | | | - hack extra `os.Remove()` calls to avoid leaving temporary files around; - try using temporary directories that usually live in RAM; - disable broken tests; - stop printing to stdout/stderr; - decrease test constants to make slow tests bearable*. (*): tests are bearable in RAM (~5s) or on SSDs (~10s). HDDs are still too slow for them (~2m).
* Rename "gkv" -> "dedo"EuAndreh2024-10-305-6/+6
|
* Normalize structure following other projectsEuAndreh2024-10-2619-5789/+6100
|
* Move code to src/ and tests/EuAndreh2024-10-259-0/+5789