On Sat, Nov 25, 2017 at 11:30:45AM +0300, Oleg Pykhalov wrote: > Oleg Pykhalov writes: > > [...] > > > + (zero? (system* "py.test" "-v" "-k" > > + (string-append > > + ;; This tests attempts to make a connection to > > + ;; an external web service. > > + "not test_get_item_with_kwargs" > > + " and not test_ia")))))))) > > Oh, probably better: These tests attempt to make a connection to an > external web service. :-) Yes, that's more clear :) Thanks!