aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-11-07 02:02:45 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-11-07 02:02:45 +0300
commite3a41da5a0a3d70ac53591f2b66144f2be2b3871 (patch)
tree789cc69b05f2447c11f04dbb6ae972ffa0acd1c9 /tests
downloadrevela-e3a41da5a0a3d70ac53591f2b66144f2be2b3871.tar.gz
revela-e3a41da5a0a3d70ac53591f2b66144f2be2b3871.zip
Initial commit.
Almost functional but still missing features and lacking testing.
Diffstat (limited to 'tests')
-rw-r--r--tests/album.ini2
-rw-r--r--tests/empty0
-rw-r--r--tests/site.ini17
3 files changed, 19 insertions, 0 deletions
diff --git a/tests/album.ini b/tests/album.ini
new file mode 100644
index 0000000..15137e6
--- /dev/null
+++ b/tests/album.ini
@@ -0,0 +1,2 @@
+title = "An example album"
+desc = "Example description"
diff --git a/tests/empty b/tests/empty
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/empty
diff --git a/tests/site.ini b/tests/site.ini
new file mode 100644
index 0000000..eca9e59
--- /dev/null
+++ b/tests/site.ini
@@ -0,0 +1,17 @@
+title = "An example gallery"
+base_url = "http://www.example.com/photos"
+max_previews = 20
+
+[images]
+strip = no
+quality = 80
+max_width = 3000
+max_height = 2000
+smart_resize = yes
+
+[thumbnails]
+strip = yes
+quality = 75
+max_width = 400
+max_height = 270
+smart_resize = yes