Added unittest for publisher
This commit is contained in:
12
src/sh_edraft/publish/model/publish_settings_name.py
Normal file
12
src/sh_edraft/publish/model/publish_settings_name.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class PublishSettingsName(Enum):
|
||||
|
||||
publish = 'Publish'
|
||||
source_path = 'SourcePath'
|
||||
dist_path = 'DistPath'
|
||||
templates = 'Templates'
|
||||
included_files = 'IncludedFiles'
|
||||
excluded_files = 'ExcludedFiles'
|
||||
template_ending = 'TemplateEnding'
|
||||
Reference in New Issue
Block a user