add test framework and a basic test

This commit is contained in:
Johann150 2021-02-19 19:31:59 +01:00
parent be2d6f9f00
commit f6ba98aa24
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
15 changed files with 359 additions and 0 deletions

View file

@ -25,6 +25,11 @@ url = "2.2.1"
glob = "0.3"
configparser = "2.0"
[dev-dependencies]
assert_cmd = "1.0"
gemini-fetch = { git = "https://github.com/Johann150/gemini-fetch.git" }
anyhow = "1.0"
[profile.release]
lto = true
codegen-units = 1