virtual-tty 0.1.0

Core virtual TTY implementation for testing terminal applications
Documentation
[dependencies]

[dev-dependencies.insta]
version = "1.43.1"

[lib]
name = "virtual_tty"
path = "src/lib.rs"

[package]
authors = ["Andrew Vassilyev <xavescor@xavescor.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "command-line-interface"]
description = "Core virtual TTY implementation for testing terminal applications"
edition = "2021"
keywords = ["terminal", "tty", "testing", "cli", "ansi"]
license = "MIT"
name = "virtual-tty"
readme = "README.md"
repository = "https://github.com/xavescor/virtual-tty"
version = "0.1.0"

[[test]]
name = "complex_scenarios_tests"
path = "tests/complex_scenarios_tests.rs"

[[test]]
name = "cursor_navigation_tests"
path = "tests/cursor_navigation_tests.rs"

[[test]]
name = "cursor_state_tests"
path = "tests/cursor_state_tests.rs"

[[test]]
name = "mixed_complex_scenarios_tests"
path = "tests/mixed_complex_scenarios_tests.rs"

[[test]]
name = "mixed_cursor_navigation_tests"
path = "tests/mixed_cursor_navigation_tests.rs"

[[test]]
name = "mixed_cursor_state_tests"
path = "tests/mixed_cursor_state_tests.rs"

[[test]]
name = "mixed_screen_editing_tests"
path = "tests/mixed_screen_editing_tests.rs"

[[test]]
name = "screen_editing_tests"
path = "tests/screen_editing_tests.rs"

[[test]]
name = "stderr_complex_scenarios_tests"
path = "tests/stderr_complex_scenarios_tests.rs"

[[test]]
name = "stderr_cursor_navigation_tests"
path = "tests/stderr_cursor_navigation_tests.rs"

[[test]]
name = "stderr_cursor_state_tests"
path = "tests/stderr_cursor_state_tests.rs"

[[test]]
name = "stderr_screen_editing_tests"
path = "tests/stderr_screen_editing_tests.rs"