picotest 1.2.0

Test framework for Picodata plugin
Documentation
[dependencies.anyhow]
version = "1.0.98"

[dependencies.ctor]
version = "0.4.1"

[dependencies.picotest_helpers]
version = "1.1.0"

[dependencies.picotest_macros]
version = "1.1.0"

[dependencies.rstest]
version = "0.25.0"

[dev-dependencies.constcat]
version = "0.6.0"

[dev-dependencies.postgres]
features = ["with-chrono-0_4"]
version = "0.19"

[dev-dependencies.serde_yaml]
version = "0.9.34"

[dev-dependencies.uuid]
features = ["v4"]
version = "1.16.0"

[dev-dependencies.wait-timeout]
version = "0.2.1"

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

[package]
authors = ["Alexandr Sorokin <a.sorokin@picodata.io>", "Boris Sinyapkin <b.sinyapkin@picodata.io>", "Evgeniy Mitin <e.mitin@picodata.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Test framework for Picodata plugin"
documentation = "https://github.com/picodata/picotest"
edition = "2021"
homepage = "https://picodata.io/"
keywords = ["picodata", "test"]
license = "BSD-2-Clause"
name = "picotest"
readme = "README.md"
repository = "https://github.com/picodata/picotest"
version = "1.2.0"

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

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

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

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

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