summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorHaidong Ji2019-01-02 16:09:25 -0600
committerHaidong Ji2019-01-02 16:09:25 -0600
commit374f0d359768aa2891b2a6dc24f195f0ec277ab2 (patch)
treefd09cb125e4e2be2472e1e66b1896aee56e82872 /.idea
Check bracket done!
Strict TDD is not possible, at least the type I'm used to through Eclipse PyDev, where I write tests first, and rely on PyDev to generate files/function stubs. Bummer, but I decided to stick with PyCharm just to learn it.
Diffstat (limited to '.idea')
-rw-r--r--.idea/vcs.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
+ </component>
+</project> \ No newline at end of file