You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mix of maintenance items and features to keep track of and possibly implement before the next release. These are related to the new --doc_mode (#198), --generate_subdirs (#211 and #213), and --image_format (#216) features.
Add a "check_cache_integrity" utility to flag any errors with files in the cache (e.g. do not allow an image named foo.png to exist along side a subdir named foo) Validate the image cache files #224
Add option to restrict the number of allowed images in a subdir on a global basis (e.g. allow max one image per subdir), or on a per-test basis (e.g. allow exceptions to the global setting)
Mix of maintenance items and features to keep track of and possibly implement before the next release. These are related to the new
--doc_mode(#198),--generate_subdirs(#211 and #213), and--image_format(#216) features.doc_image_formatoption to allow separate image formats for doc mode and regular unit tests Allow separate image format for doc mode #221foo.pngto exist along side a subdir namedfoo) Validate the image cache files #224--disallow_unused_cacheoption--doc_generate_subdirsAdd hook for customizing doc mode test cases #226