lotus/node/repo
Eng Zer Jun c229842f57
test: use T.TempDir to create temporary test directory
The directory created by `T.TempDir` is automatically removed when the
test and all its subtests complete.

Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-03-15 00:21:31 +08:00
..
imports Plumb contexts through 2021-12-11 17:04:00 -05:00
blockstore_opts.go segregate chain and state blockstores. 2021-02-28 22:49:44 +00:00
fsrepo_ds.go add context to LockedRepo#Datastore(). 2021-01-26 11:01:43 +00:00
fsrepo_test.go test: use T.TempDir to create temporary test directory 2022-03-15 00:21:31 +08:00
fsrepo.go add RepoType#String; adjust repo parsing logic. 2021-07-29 13:49:51 +01:00
interface.go fix post-rebase compilation errors 2021-03-05 14:46:18 +02:00
memrepo_test.go Remove FS, MEM, GAS leftover test anotations. 2021-12-20 17:00:01 +01:00
memrepo.go feat(miner deals): create subdir to miner repo for staged deals 2021-07-29 21:08:38 -07:00
repo_test.go Remove FS, MEM, GAS leftover test anotations. 2021-12-20 17:00:01 +01:00