Mercurial > games > semicongine
comparison tests/test_storage.nim @ 1427:676fc13685a9
did: restructure files and imports
| author | sam <sam@basx.dev> |
|---|---|
| date | Sat, 11 Jan 2025 14:04:39 +0700 |
| parents | 3b8a736c45a7 |
| children | 3e3192241ea7 |
comparison
equal
deleted
inserted
replaced
| 1426:075e4197bc95 | 1427:676fc13685a9 |
|---|---|
| 1 import std/strformat | 1 import std/strformat |
| 2 | 2 |
| 3 import ../semicongine | 3 import ../semicongine |
| 4 import ../semicongine/storage | |
| 4 | 5 |
| 5 proc testSimple(storage: StorageType) = | 6 proc testSimple(storage: StorageType) = |
| 6 const TEST_VALUE = 42 | 7 const TEST_VALUE = 42 |
| 7 const KEY = "test" | 8 const KEY = "test" |
| 8 | 9 |
