lsp: Fix crash when import version missing

The issue is specific to the language server, since it's trying to use
an AST that contains errors. The test would not fail but was added
anyway.
This commit is contained in:
Sonny Piers 2022-07-09 21:04:28 +02:00 committed by James Westman
parent b9fdc5a5f1
commit 2da6be7618
5 changed files with 16 additions and 3 deletions

9
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,9 @@
First of all, thank you for contributing to Blueprint.
If you learn something useful, please add it to this file.
# Run the test suite
```
python -m unittest
```