mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Add unit test runner for autocompletion
This commit is contained in:
@@ -266,7 +266,7 @@ bool GDScriptTestRunner::make_tests_for_dir(const String &p_dir) {
|
||||
|
||||
while (!next.is_empty()) {
|
||||
if (dir->current_is_dir()) {
|
||||
if (next == "." || next == "..") {
|
||||
if (next == "." || next == ".." || next == "completion" || next == "lsp") {
|
||||
next = dir->get_next();
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user