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
I've search a little bit, but I did not found a way to test libreant
command execution.
I was thinking about it, too. I don't have the right solution, but the
quick&dirty one involves shell scripting and adhoc things. If the number
of tests of this kind that we want to do is small, this can be fine, but
it just will not scale.
I think that the very nature of the test you are proposing (incorrect
installation) can't really be tested from python itself (excluding dirty
hacks which would be even more complicated)
I've search a little bit, but I did not found a way to test libreant command execution.
Consider this scenario:
This should fail on python
2.7.8
because of gevent/gevent#513How do we make travis tests this case scenario?
The text was updated successfully, but these errors were encountered: