Describe the bug
When pytest marks a test to be ignored via the -norecursedirs flag, snappiershot should ignore them too. Instead, snappiershot finds them in the rootdir, marks them as a test to check, but since pytest didn't run it, snappiershot marks it as UNCHECKED.
To Reproduce
Ignore a folder thats child to root where you are running pytest from, and in your pytest setup ignore it with a -norecursedirs flag
Expected behavior
Snappiershot has knowledge of the norecursedirs flag and ignores those folders when scraping for json.
Describe the bug When pytest marks a test to be ignored via the
-norecursedirs
flag, snappiershot should ignore them too. Instead, snappiershot finds them in the rootdir, marks them as a test to check, but since pytest didn't run it, snappiershot marks it as UNCHECKED.To Reproduce Ignore a folder thats child to root where you are running pytest from, and in your pytest setup ignore it with a -norecursedirs flag
Expected behavior Snappiershot has knowledge of the norecursedirs flag and ignores those folders when scraping for json.
Screenshots N/A
Versions:
Additional context N/A