aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-01-03 10:06:47 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-01-03 10:06:47 +0100
commit744b290c8d34c905f285c4b6e675e42281e83204 (patch)
treec49b76081f30577d582e00f6fe29f97f51341fde /testing
parent4c8c773c84a48963e892c72f38f37bcb99b6eb74 (diff)
downloadaskama-744b290c8d34c905f285c4b6e675e42281e83204.tar.gz
askama-744b290c8d34c905f285c4b6e675e42281e83204.tar.bz2
askama-744b290c8d34c905f285c4b6e675e42281e83204.zip
Rename askama_test to testing
Diffstat (limited to '')
-rw-r--r--testing/Cargo.toml (renamed from askama_test/Cargo.toml)4
-rw-r--r--testing/templates/simple.html (renamed from askama_test/templates/simple.html)0
-rw-r--r--testing/tests/simple.rs (renamed from askama_test/tests/simple.rs)0
3 files changed, 2 insertions, 2 deletions
diff --git a/askama_test/Cargo.toml b/testing/Cargo.toml
index 63896b7..8e7c0f3 100644
--- a/askama_test/Cargo.toml
+++ b/testing/Cargo.toml
@@ -1,9 +1,9 @@
[package]
-name = "askama_test"
+name = "askama_testing"
version = "0.1.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
workspace = ".."
[dependencies]
-askama_derive = { path = "../askama_derive" }
askama = { path = "../askama" }
+askama_derive = { path = "../askama_derive" }
diff --git a/askama_test/templates/simple.html b/testing/templates/simple.html
index 51e225b..51e225b 100644
--- a/askama_test/templates/simple.html
+++ b/testing/templates/simple.html
diff --git a/askama_test/tests/simple.rs b/testing/tests/simple.rs
index 0943f12..0943f12 100644
--- a/askama_test/tests/simple.rs
+++ b/testing/tests/simple.rs