Add tests for content type and index files, include 'interpolate_idents' to generate test names
Showing
- Cargo.lock 7 additions, 0 deletionsCargo.lock
- Cargo.toml 3 additions, 0 deletionsCargo.toml
- example/files/adorable-puppy.jpg 0 additions, 0 deletionsexample/files/adorable-puppy.jpg
- example/files/attribution.csv 3 additions, 0 deletionsexample/files/attribution.csv
- example/files/math.wasm 0 additions, 0 deletionsexample/files/math.wasm
- example/index.html 2 additions, 1 deletionexample/index.html
- example/js/say_hello.js 3 additions, 0 deletionsexample/js/say_hello.js
- tests/basic_operations.rs 28 additions, 0 deletionstests/basic_operations.rs
- tests/content_types.rs 56 additions, 0 deletionstests/content_types.rs
... | ... | @@ -37,3 +37,6 @@ hyper = "0.10" |
rand = "0.3" | ||
rhai = "0.7" | ||
serde_yaml = "0.7.3" | ||
[dev-dependencies] | ||
interpolate_idents = "0.2.4" |
example/files/adorable-puppy.jpg
0 → 100644
73 KiB
example/files/attribution.csv
0 → 100644
example/files/math.wasm
0 → 100644
File added
example/js/say_hello.js
0 → 100644
tests/basic_operations.rs
0 → 100644
tests/content_types.rs
0 → 100644