Skip to content

Commit de9a59c

Browse files
committed
commit run config and IDE setup
1 parent 8064f44 commit de9a59c

12 files changed

+149
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.idea
21
.DS_Store
32
.env
43

.idea/.gitignore

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.name

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/Zaku.iml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/codeStyleConfig.xml

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

+57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/ruff.xml

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.run/run all tests.run.xml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="run all tests" type="tests" factoryName="Autodetect">
3+
<module name="Zaku" />
4+
<option name="ENV_FILES" value="" />
5+
<option name="INTERPRETER_OPTIONS" value="" />
6+
<option name="PARENT_ENVS" value="true" />
7+
<option name="SDK_HOME" value="" />
8+
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/specs" />
9+
<option name="IS_MODULE_SDK" value="true" />
10+
<option name="ADD_CONTENT_ROOTS" value="true" />
11+
<option name="ADD_SOURCE_ROOTS" value="true" />
12+
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
13+
<EXTENSION ID="net.ashald.envfile">
14+
<option name="IS_ENABLED" value="false" />
15+
<option name="IS_SUBST" value="false" />
16+
<option name="IS_PATH_MACRO_SUPPORTED" value="false" />
17+
<option name="IS_IGNORE_MISSING_FILES" value="false" />
18+
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
19+
<ENTRIES>
20+
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" />
21+
</ENTRIES>
22+
</EXTENSION>
23+
<option name="_new_additionalArguments" value="&quot;--capture\u003dno&quot;" />
24+
<option name="_new_target" value="&quot;$PROJECT_DIR$/specs&quot;" />
25+
<option name="_new_targetType" value="&quot;PATH&quot;" />
26+
<method v="2" />
27+
</configuration>
28+
</component>

0 commit comments

Comments
 (0)