diff options
author | Ben Kelly <bk@ancilla.ca> | 2017-07-12 22:23:26 -0400 |
---|---|---|
committer | Ben Kelly <btk@google.com> | 2017-07-12 22:30:24 -0400 |
commit | c9731ec430bb9524d5870b28177bd95279d73362 (patch) | |
tree | 93930d4b4d3b40c48738b048c33a983b91466c3c /.gitignore | |
parent | b3ea515b1ec6e3192950c1607954f9418527291c (diff) | |
download | wee-slack-c9731ec430bb9524d5870b28177bd95279d73362.tar.gz |
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 <bk@ancilla.ca>
Signed-off-by: Ben Kelly <btk@google.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8673f9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +.cache/ +*.sublime-* |