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 binary viewer plugin for Nushell"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ansi_term = "0.12.1"
crossterm = { version = "0.10.2" }