godog/internal/flags
Tighearnán Carroll 6ce2b8696b
Use fs.FS abstraction for filesystem (#550)
* compiles

* mock fs in tests

* fix parser tests

* fix run.go

* rename FeatureFS to FS

* fix docs typos

* remove debug log

* add os.DirFS("./") to default options

* reword docstring

* add fs wrapper

* updated readme and changelog

* added note

* fix changelog

* remove ./ gating from defaults

* add new storage.FS tests

* increase coverage of parser.parsePath

* increase coverage of TestSuite.RetrieveFeatures

* remove another os.Stat

---------

Co-authored-by: Tighearnán Carroll <tighearnan.carroll@gamil.com>
2023-03-27 21:52:51 +02:00
..
flags.go Improved the help text of the formatter flag in the run command (#347) 2020-10-12 09:13:45 +02:00
flags_test.go Added Cobra for the Command Line Interface 2020-07-07 21:13:25 +02:00
options.go Use fs.FS abstraction for filesystem (#550) 2023-03-27 21:52:51 +02:00