Baptiste Clavié

Results 38 issues of Baptiste Clavié

Add a `not` helper method on `Assertion` to "negate" an assertion. As `all` does, it just adds a `not` in front of the method name, before the `add` is added.

I'm not sure how to deprecate things, but I "deprecated" `noContent` and transformed it into an alias for the new `empty` assertion. Fixes #249

We currently have a lot of duplications for `Request` and `Response` dumpers for the var-dumper (one for basic, one for json). This may need to change.

enhancement
bc break

Implement JSONPath support for json context (see https://github.com/SoftCreatR/JSONPath) To push a bit further would be to support "switching" the fetching of the data from the Json.

enhancement

Support form data support for the "parameters" (will probably though another step than the current "parameter" query).

enhancement

The README is not enough. Or is it ? :P

Add some tests. :}

Now that nvim 0.5+ was released, I should consider to move my config to lua (and split config files too)

As I'm pretty forgetfull, just a `sh install.sh` would be quite useful. :}

Hi, Wanted to try your maintained version of agnoster, and once I installed the theme, all I have is : ![image](https://user-images.githubusercontent.com/239685/103408584-613a7a80-4b63-11eb-8a27-fd50107a54ca.png) When I try to let's say `agnoster_add_segment status`, it...