subprocess-test 0.1.2

Convenience macro for creating tests which run in child process
Documentation
[dependencies.defer]
version = "0.2.1"

[dependencies.tempfile]
version = "3.19.1"

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

[package]
authors = ["Igor Baidiuk <target.san@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Convenience macro for creating tests which run in child process
"""
edition = "2024"
keywords = ["macro", "macros", "test", "testing", "utility"]
license = "MIT"
name = "subprocess-test"
readme = "README.md"
repository = "https://github.com/target-san/subprocess-test"
version = "0.1.2"

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

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