formalities..
This commit is contained in:
parent
10920bd610
commit
30e773a1ee
@ -38,8 +38,8 @@ class Slideshow(inkycal_module):
|
|||||||
optional = {
|
optional = {
|
||||||
|
|
||||||
"autoflip":{
|
"autoflip":{
|
||||||
"label":"Should the image be flipped automatically?",
|
"label":"Should the image be flipped automatically? Default is False",
|
||||||
"options": [True, False]
|
"options": [False, True]
|
||||||
},
|
},
|
||||||
|
|
||||||
"orientation":{
|
"orientation":{
|
||||||
|
@ -1,7 +1,14 @@
|
|||||||
|
#!/usr/bin/python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
"""
|
||||||
|
Main test (main)
|
||||||
|
Copyright by aceisace
|
||||||
|
"""
|
||||||
|
import os
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from inkycal import Inkycal
|
from inkycal import Inkycal
|
||||||
import os
|
|
||||||
|
|
||||||
test_config = """
|
test_config = """
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user