godog/internal
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
..
builder Fix issue#383 (#468) 2022-04-28 14:33:24 +02:00
flags Use fs.FS abstraction for filesystem (#550) 2023-03-27 21:52:51 +02:00
formatters chore(*): BREAKING CHANGE, use new repos for cucumber and messages (#515) 2023-01-05 12:41:56 +01:00
models chore(*): BREAKING CHANGE, use new repos for cucumber and messages (#515) 2023-01-05 12:41:56 +01:00
parser Use fs.FS abstraction for filesystem (#550) 2023-03-27 21:52:51 +02:00
storage Use fs.FS abstraction for filesystem (#550) 2023-03-27 21:52:51 +02:00
tags chore(*): BREAKING CHANGE, use new repos for cucumber and messages (#515) 2023-01-05 12:41:56 +01:00
testutils chore(*): BREAKING CHANGE, use new repos for cucumber and messages (#515) 2023-01-05 12:41:56 +01:00
utils Created internal packages for formatters, storage and models 2020-07-02 08:51:31 +02:00