add tests
This commit is contained in:
Vendored
+24
@@ -0,0 +1,24 @@
|
||||
# Will be overwritten by test setup
|
||||
GROOVE_ON_DEMAND_ROOT=.
|
||||
MEDIA_ROOT=.
|
||||
|
||||
# where to store the database
|
||||
DATABASE_PATH=test.db
|
||||
|
||||
# Admin user credentials
|
||||
USERNAME=test_username
|
||||
PASSWORD=test_password
|
||||
|
||||
# Web interface configuration
|
||||
HOST=127.0.0.1
|
||||
PORT=2323
|
||||
THEMES_PATH=themes
|
||||
STATIC_PATH=static
|
||||
DEFAULT_THEME=default_theme
|
||||
SECRET_KEY=fnord
|
||||
|
||||
# Media scanner configuration
|
||||
MEDIA_GLOB=*.mp3,*.flac,*.m4a
|
||||
|
||||
# Set this value to enable debugging
|
||||
DEBUG=1
|
||||
+1
@@ -0,0 +1 @@
|
||||
DRUMS OF DEATH YALL
|
||||
Vendored
Vendored
+1
@@ -0,0 +1 @@
|
||||
favicon.ico
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
# Default Theme Fixture
|
||||
|
||||
This directory is a test fixture used for verifying theme handling.
|
||||
|
||||
## Credits
|
||||
|
||||
```
|
||||
author: Theme Author
|
||||
author_link: link to my soundcloud
|
||||
version: 1.3
|
||||
```
|
||||
@@ -0,0 +1 @@
|
||||
/* test.css */
|
||||
Reference in New Issue
Block a user