From c9731ec430bb9524d5870b28177bd95279d73362 Mon Sep 17 00:00:00 2001 From: Ben Kelly Date: Wed, 12 Jul 2017 22:23:26 -0400 Subject: Fix the tests Not everything that needed to be mocked out was, and there was also an issue with every instance of PluginConfig sharing the same mutable settings field and thus stomping on each other if you initialized more than one in the same test. Signed-off-by: Ben Kelly Signed-off-by: Ben Kelly --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8673f9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +.cache/ +*.sublime-* -- cgit