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
There are some basic test setup functions like test.subdir and test.write that could easily recognize Path objects and act on them, rather than requiring a string. This would allow using pathlib operations to construct file/directory paths without first having to convert them back to strings. It would help make reading a little easier, too... for example, we now see path components presented as a list, which the framework then assembles for us, like in:
There are some basic test setup functions like
test.subdir
andtest.write
that could easily recognize Path objects and act on them, rather than requiring a string. This would allow using pathlib operations to construct file/directory paths without first having to convert them back to strings. It would help make reading a little easier, too... for example, we now see path components presented as a list, which the framework then assembles for us, like in:The text was updated successfully, but these errors were encountered: