mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
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.
9 lines
165 B
Markdown
9 lines
165 B
Markdown
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
|
|
```
|