aboutsummaryrefslogtreecommitdiff
path: root/src/testing/fstest
AgeCommit message (Expand)Author
2021-04-21io/fs: document that caller can modify slice returned by ReadFileIan Lance Taylor
2021-04-07embed, testing/fstest: small optimization for ReadDir徐志伟
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-03-12Revert "testing/fstest: test that ReadDirFile on a non-dir fails"Josh Bleecher Snyder
2021-03-11testing/fstest: clarify TestFS docsJosh Bleecher Snyder
2021-03-11testing/fstest: test that ReadDirFile on a non-dir failsJosh Bleecher Snyder
2021-02-25testing/fstest: treat dash specially when building globIan Lance Taylor
2021-02-05testing/fstest: avoid symlink-induced failures in testerRuss Cox
2021-01-08testing/fstest,os: clarify racy behavior of TestFSAustin Clements
2021-01-04testing/fstest: fix typo in error messageDrGo
2020-12-04io/fs: add SubRuss Cox
2020-10-23io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox
2020-10-20io/fs: add Glob and GlobFSRuss Cox
2020-10-20io/fs: add ReadDir and ReadDirFSRuss Cox
2020-10-20io/fs: add Stat and StatFSRuss Cox
2020-10-20io/fs: add ReadFile and ReadFileFSRuss Cox
2020-10-20testing/fstest: new package for testing file system codeRuss Cox