pyo3-testing 0.4.0

Simplified testing for pyo3-wrapped functions
Documentation
[dependencies.proc-macro2]
version = "1.0.103"

[dependencies.pyo3]
version = "0.27.1"

[dependencies.quote]
version = "1.0.42"

[dependencies.syn]
features = ["full"]
version = "2.0.111"

[dependencies.trybuild]
version = "1.0.114"

[lib]
name = "pyo3_testing"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Mike Foster <https://github.com/MusicalNinjaDad>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools::ffi", "development-tools::testing"]
description = "Simplified testing for pyo3-wrapped functions"
edition = "2021"
homepage = "https://github.com/MusicalNinjas/pyo3-testing"
include = ["/src/", "/tests/"]
keywords = ["pyo3", "python", "cpython", "ffi", "testing"]
license = "MIT"
name = "pyo3-testing"
readme = "README.md"
repository = "https://github.com/MusicalNinjas/pyo3-testing"
version = "0.4.0"

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

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