diff options
author | Manel Caro <mcaro@iseebcn.com> | 2019-03-29 14:50:25 +0100 |
---|---|---|
committer | Manel Caro <mcaro@iseebcn.com> | 2019-03-29 14:50:25 +0100 |
commit | b44174ae3decc9f9498541ce9aeed84ce183a9eb (patch) | |
tree | 043928abd7e3a8f4ce35b3e3ac5f28ae467e85b1 /test-cli/.idea/test-cli.iml | |
parent | 9c829ba0a2e3b2f517b28d3f987fa331db307446 (diff) | |
download | board-b44174ae3decc9f9498541ce9aeed84ce183a9eb.zip board-b44174ae3decc9f9498541ce9aeed84ce183a9eb.tar.gz board-b44174ae3decc9f9498541ce9aeed84ce183a9eb.tar.bz2 |
Update pyCharm project structure
Diffstat (limited to 'test-cli/.idea/test-cli.iml')
-rw-r--r-- | test-cli/.idea/test-cli.iml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test-cli/.idea/test-cli.iml b/test-cli/.idea/test-cli.iml new file mode 100644 index 0000000..f3d7bc9 --- /dev/null +++ b/test-cli/.idea/test-cli.iml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="PYTHON_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$" /> + <orderEntry type="jdk" jdkName="Python 3.7" jdkType="Python SDK" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> + <component name="TestRunnerService"> + <option name="PROJECT_TEST_RUNNER" value="Unittests" /> + </component> +</module>
\ No newline at end of file |