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
Split of tests requiring live internet connection (#28)
* Split of tests requiring live internet connection
Split of tests requiring live internet connection
You may not always have a live internet connection available during
testing. By moving all tests that require a live connection into a
specific group, they can easily be toggled with `--exclude-group`.
This moves some Stream tests into a group called internet. This group
name reflects the one used by Guzzle:
https://guzzle3.readthedocs.io/testing/unit-testing.html#group-internet-annotation
* Add example of running tests without internet
0 commit comments