diff options
author | ZyX <kp-pav@yandex.ru> | 2016-09-25 18:16:17 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-03-29 10:08:06 +0300 |
commit | cf45c7bb059dafeb882133273f77042cb06b37e4 (patch) | |
tree | ee06e32ccc03a1406e886b7124a0e6dc286b0462 /src/clint.py | |
parent | 7ceebacb3fad49ba8321397cf839948caa55b3f5 (diff) | |
download | rneovim-cf45c7bb059dafeb882133273f77042cb06b37e4.tar.gz rneovim-cf45c7bb059dafeb882133273f77042cb06b37e4.tar.bz2 rneovim-cf45c7bb059dafeb882133273f77042cb06b37e4.zip |
unittests: Fix tests crash
Tests crash at some point without
- `after_each(collectgarbage)` right before “typval.c list copy() copies list
correctly and converts items” test.
- Commenting out that test.
- Adding `collectgarbage()` after the test (what actually this commit does).
Adding `collectgarbage()` to top-level `after_each` block right after
`restore_allocators` makes running this file crash even if it is run alone.
Diffstat (limited to 'src/clint.py')
0 files changed, 0 insertions, 0 deletions