WolframResearch / wstp-rs

Rust bindings to the Wolfram Symbolic Transport Protocol (WSTP)
Apache License 2.0
21 stars 3 forks source link

test: Add basic test_shutdown.rs tests #63

Closed ConnorGray closed 1 year ago

ConnorGray commented 1 year ago

This tests that trying to create a link after shutdown() is called causes an error to be returned, instead of a panic.