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
Hi @augustebaum, currently, there is no fixture mechanism in pytask and I still have to come up with a plan for implementation. But, it should be implemented at some point. And starting with capturing seems like a good idea since it is more internal. In the meantime, maybe pytask -v 0 -s also helps as a workaround.
Is your feature request related to a problem?
I wish
pytask
had the same "capture-related" fixtures aspytest
, like the ones described here.In particular I'd like to be able to use the
behaviour, in the hope that
tqdm
progress bars don't break when using the-s
flag.Describe the solution you'd like
I don't know precisely how
pytask
differs frompytest
, but perhaps it would be possible tojust re-use the above mentioned fixtures from
pytest
?API breaking implications
Hopefully none, this is just adding fixtures.
Describe alternatives you've considered
None so far ^^'; I can track the progress of my task in other ways so I haven't pursued this very far.
The text was updated successfully, but these errors were encountered: