Inc refactoring, Value helper test method extractions, and more integration helpers. (#1135)

* Manifests check. Ignore doctests for now.

* We continue with refactorings towards the separation of concerns between
crates. `nu_plugin_inc` and `nu_plugin_str` common test helpers usage
has been refactored into `nu-plugin` value test helpers.

Inc also uses the new API for integration tests.
This commit is contained in:
Andrés N. Robalino
2019-12-29 00:17:24 -05:00
committed by GitHub
parent 21e508009f
commit 0615adac94
34 changed files with 527 additions and 1031 deletions

View File

@ -6,8 +6,6 @@ edition = "2018"
description = "A URL fetch plugin for Nushell"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nu-plugin = { path = "../nu-plugin", version="0.7.0" }
nu-protocol = { path = "../nu-protocol", version = "0.7.0" }