aboutsummaryrefslogtreecommitdiffstats
path: root/.runPyCharmAllUnitTests/All Unit Tests.run.xml
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-21 11:27:23 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-21 11:27:23 +0100
commit0b83af968599684fd8e07b802a2891379a3f1a70 (patch)
treee3c9f399d129924cf271f6bb6091b823b7307cec /.runPyCharmAllUnitTests/All Unit Tests.run.xml
parent89da43fb56d036dc11420c9f7246c19854512517 (diff)
working on compliance overview page and added the pycharm all unit tests run config file
Diffstat (limited to '.runPyCharmAllUnitTests/All Unit Tests.run.xml')
-rw-r--r--.runPyCharmAllUnitTests/All Unit Tests.run.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.runPyCharmAllUnitTests/All Unit Tests.run.xml b/.runPyCharmAllUnitTests/All Unit Tests.run.xml
new file mode 100644
index 0000000..3698e15
--- /dev/null
+++ b/.runPyCharmAllUnitTests/All Unit Tests.run.xml
@@ -0,0 +1,29 @@
+<component name="ProjectRunConfigurationManager">
+ <configuration default="false" name="All Unit Tests" type="tests" factoryName="py.test">
+ <module name="ctrack" />
+ <option name="INTERPRETER_OPTIONS" value="" />
+ <option name="PARENT_ENVS" value="true" />
+ <option name="SDK_HOME" value="$PROJECT_DIR$/.venv/bin/python" />
+ <option name="WORKING_DIRECTORY" value="" />
+ <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" />
+ <EXTENSION ID="net.ashald.envfile">
+ <option name="IS_ENABLED" value="false" />
+ <option name="IS_SUBST" value="false" />
+ <option name="IS_PATH_MACRO_SUPPORTED" value="false" />
+ <option name="IS_IGNORE_MISSING_FILES" value="false" />
+ <option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
+ <ENTRIES>
+ <ENTRY IS_ENABLED="true" PARSER="runconfig" />
+ </ENTRIES>
+ </EXTENSION>
+ <option name="_new_keywords" value="&quot;&quot;" />
+ <option name="_new_parameters" value="&quot;&quot;" />
+ <option name="_new_additionalArguments" value="&quot;--tb\u003dshort -k \u0027not test_functional\u0027 --reuse-db --nomigrations&quot;" />
+ <option name="_new_target" value="&quot;$PROJECT_DIR$&quot;" />
+ <option name="_new_targetType" value="&quot;PATH&quot;" />
+ <method v="2" />
+ </configuration>
+</component> \ No newline at end of file