From 374f0d359768aa2891b2a6dc24f195f0ec277ab2 Mon Sep 17 00:00:00 2001 From: Haidong Ji Date: Wed, 2 Jan 2019 16:09:25 -0600 Subject: 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. --- .idea/vcs.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .idea/vcs.xml (limited to '.idea') 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 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3