-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
152 changed files
with
2,952 additions
and
1,885 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
class-definitions-order: | ||
- tools | ||
- classnames | ||
- extends | ||
- docstrings | ||
- signals | ||
- enums | ||
- consts | ||
- exports | ||
- pubvars | ||
- prvvars | ||
- onreadypubvars | ||
- onreadyprvvars | ||
- staticvars | ||
- others | ||
class-load-variable-name: (([A-Z][a-z0-9]*)+|_?[a-z][a-z0-9]*(_[a-z0-9]+)*) | ||
class-name: ([A-Z][a-z0-9]*)+ | ||
class-variable-name: _?[a-z][a-z0-9]*(_[a-z0-9]+)* | ||
comparison-with-itself: null | ||
constant-name: _?[A-Z][A-Z0-9]*(_[A-Z0-9]+)* | ||
disable: [] | ||
duplicated-load: null | ||
enum-element-name: "[A-Z][A-Z0-9]*(_[A-Z0-9]+)*" | ||
enum-name: ([A-Z][a-z0-9]*)+ | ||
excluded_directories: !!set | ||
.git: null | ||
expression-not-assigned: null | ||
function-argument-name: _?[a-z][a-z0-9]*(_[a-z0-9]+)* | ||
function-arguments-number: 10 | ||
function-name: (_on_([A-Z][a-z0-9]*)+(_[a-z0-9]+)*|_?[a-z][a-z0-9]*(_[a-z0-9]+)*) | ||
function-preload-variable-name: ([A-Z][a-z0-9]*)+ | ||
function-variable-name: "[a-z][a-z0-9]*(_[a-z0-9]+)*" | ||
load-constant-name: (([A-Z][a-z0-9]*)+|_?[A-Z][A-Z0-9]*(_[A-Z0-9]+)*) | ||
loop-variable-name: _?[a-z][a-z0-9]*(_[a-z0-9]+)* | ||
max-file-lines: 1000 | ||
max-line-length: 140 | ||
max-public-methods: 40 | ||
max-returns: 6 | ||
mixed-tabs-and-spaces: null | ||
no-elif-return: null | ||
no-else-return: null | ||
private-method-call: null | ||
signal-name: "[a-z][a-z0-9]*(_[a-z0-9]+)*" | ||
sub-class-name: _?([A-Z][a-z0-9]*)+ | ||
tab-characters: 1 | ||
trailing-whitespace: null | ||
unnecessary-pass: null | ||
unused-argument: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RunSettings> | ||
<RunConfiguration> | ||
<MaxCpuCount>1</MaxCpuCount> | ||
<ResultsDirectory>./TestResults</ResultsDirectory> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<TestSessionTimeout>180000</TestSessionTimeout> | ||
<TreatNoTestsAsError>true</TreatNoTestsAsError> | ||
</RunConfiguration> | ||
|
||
<LoggerRunSettings> | ||
<Loggers> | ||
<Logger friendlyName="console" enabled="True"> | ||
<Configuration> | ||
<Verbosity>detailed</Verbosity> | ||
</Configuration> | ||
</Logger> | ||
<Logger friendlyName="html" enabled="True"> | ||
<Configuration> | ||
<LogFileName>test-result.html</LogFileName> | ||
</Configuration> | ||
</Logger> | ||
<Logger friendlyName="trx" enabled="True"> | ||
<Configuration> | ||
<LogFileName>test-result.trx</LogFileName> | ||
</Configuration> | ||
</Logger> | ||
</Loggers> | ||
</LoggerRunSettings> | ||
|
||
<GdUnit4> | ||
<!-- Additonal Godot runtime parameters--> | ||
<Parameters></Parameters> | ||
<!-- Controlls the Display name attribute of the TestCase. Allowed values are SimpleName and FullyQualifiedName. | ||
This likely determines how the test names are displayed in the test results.--> | ||
<DisplayName>FullyQualifiedName</DisplayName> | ||
</GdUnit4> | ||
</RunSettings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RunSettings> | ||
<RunConfiguration> | ||
<MaxCpuCount>1</MaxCpuCount> | ||
<ResultsDirectory>./TestResults</ResultsDirectory> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<TestSessionTimeout>180000</TestSessionTimeout> | ||
<TreatNoTestsAsError>true</TreatNoTestsAsError> | ||
</RunConfiguration> | ||
|
||
<LoggerRunSettings> | ||
<Loggers> | ||
<Logger friendlyName="console" enabled="True"> | ||
<Configuration> | ||
<Verbosity>detailed</Verbosity> | ||
</Configuration> | ||
</Logger> | ||
<Logger friendlyName="html" enabled="True"> | ||
<Configuration> | ||
<LogFileName>test-result.html</LogFileName> | ||
</Configuration> | ||
</Logger> | ||
<Logger friendlyName="trx" enabled="True"> | ||
<Configuration> | ||
<LogFileName>test-result.trx</LogFileName> | ||
</Configuration> | ||
</Logger> | ||
</Loggers> | ||
</LoggerRunSettings> | ||
|
||
<GdUnit4> | ||
<!-- Additonal Godot runtime parameters--> | ||
<!-- These parameters are crucial for configuring the Godot runtime to work in headless environments, such as those used in automated testing or CI/CD pipelines.--> | ||
<Parameters>--audio-driver Dummy --display-driver x11 --rendering-driver opengl3 --screen 0</Parameters> | ||
<!-- Controlls the Display name attribute of the TestCase. Allowed values are SimpleName and FullyQualifiedName. | ||
This likely determines how the test names are displayed in the test results.--> | ||
<DisplayName>FullyQualifiedName</DisplayName> | ||
</GdUnit4> | ||
</RunSettings> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.