build: Add dev-dependency 'test-case'

This allows the use of paramaterised testing
pull/1/head
sgoudham 2 years ago
parent 26d9e5bd09
commit 7bd38ad769
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -21,3 +21,6 @@ path = "src/lib.rs"
clap = { version = '3.1.18', features = ["cargo"] }
url = { version = '2.2.2' }
webbrowser = { version = '0.7.1' }
[dev-dependencies]
test-case = { version = '2.1.0' }

Loading…
Cancel
Save