summaryrefslogtreecommitdiff
path: root/src/testing/fstest
Commit message (Expand)AuthorAgeFilesLines
* all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor2023-05-041-0/+4
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-3/+3
* testing/fstest: allow specifying file for "." in MapFSJosh Bleecher Snyder2021-08-162-1/+31
* io/fs: document that caller can modify slice returned by ReadFileIan Lance Taylor2021-04-211-0/+12
* embed, testing/fstest: small optimization for ReadDir徐志伟2021-04-071-3/+3
* all: update references to symbols moved from io/ioutil to ioKimMachineGun2021-04-051-2/+1
* Revert "testing/fstest: test that ReadDirFile on a non-dir fails"Josh Bleecher Snyder2021-03-121-9/+0
* testing/fstest: clarify TestFS docsJosh Bleecher Snyder2021-03-111-1/+1
* testing/fstest: test that ReadDirFile on a non-dir failsJosh Bleecher Snyder2021-03-111-0/+9
* testing/fstest: treat dash specially when building globIan Lance Taylor2021-02-252-1/+10
* testing/fstest: avoid symlink-induced failures in testerRuss Cox2021-02-052-7/+49
* testing/fstest,os: clarify racy behavior of TestFSAustin Clements2021-01-081-0/+1
* testing/fstest: fix typo in error messageDrGo2021-01-041-1/+1
* io/fs: add SubRuss Cox2020-12-042-0/+52
* io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox2020-10-231-0/+6
* io/fs: add Glob and GlobFSRuss Cox2020-10-202-0/+100
* io/fs: add ReadDir and ReadDirFSRuss Cox2020-10-202-1/+45
* io/fs: add Stat and StatFSRuss Cox2020-10-202-1/+28
* io/fs: add ReadFile and ReadFileFSRuss Cox2020-10-202-4/+47
* testing/fstest: new package for testing file system codeRuss Cox2020-10-203-0/+587