summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-10-19 11:45:09 +0200
committerBotond Hende <nettingman@gmail.com>2024-10-19 11:45:09 +0200
commit3cc11c690197dfd321e9580a6e3a7221bddc1dc9 (patch)
tree1977eaebe2f5a51bba695e403225a33a84cf969c
parenta585d159a5acf03d0d75fc39d74ff5ee24e28b8a (diff)
added hestia run config
-rw-r--r--.run/hestia.run.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.run/hestia.run.xml b/.run/hestia.run.xml
new file mode 100644
index 0000000..6f4bfc5
--- /dev/null
+++ b/.run/hestia.run.xml
@@ -0,0 +1,26 @@
+<component name="ProjectRunConfigurationManager">
+ <configuration default="false" name="hestia" type="PythonConfigurationType" factoryName="Python">
+ <module name="hestia" />
+ <option name="ENV_FILES" value="" />
+ <option name="INTERPRETER_OPTIONS" value="" />
+ <option name="PARENT_ENVS" value="true" />
+ <envs>
+ <env name="PYTHONUNBUFFERED" value="1" />
+ </envs>
+ <option name="SDK_HOME" value="" />
+ <option name="SDK_NAME" value="Python 3.12 (hestia)" />
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/.." />
+ <option name="IS_MODULE_SDK" value="false" />
+ <option name="ADD_CONTENT_ROOTS" value="true" />
+ <option name="ADD_SOURCE_ROOTS" value="true" />
+ <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
+ <option name="SCRIPT_NAME" value="hestia" />
+ <option name="PARAMETERS" value="hestia/sentences" />
+ <option name="SHOW_COMMAND_LINE" value="false" />
+ <option name="EMULATE_TERMINAL" value="false" />
+ <option name="MODULE_MODE" value="true" />
+ <option name="REDIRECT_INPUT" value="false" />
+ <option name="INPUT_FILE" value="" />
+ <method v="2" />
+ </configuration>
+</component> \ No newline at end of file