Adding log.gd
This commit is contained in:
parent
eb32d6614e
commit
4522259397
547 changed files with 46844 additions and 0 deletions
28
addons/gdUnit4/test/update/resources/bbcode_example.txt
Normal file
28
addons/gdUnit4/test/update/resources/bbcode_example.txt
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
[font_size=28]GdUnit3 v0.9.4 - Release Candidate[/font_size]
|
||||
[img=4000x2]res://addons/gdUnit4/src/update/assets/horizontal-line2.png[/img]
|
||||
|
||||
|
||||
[font_size=24]Improvements[/font_size]
|
||||
|
||||
[img=12x12]res://addons/gdUnit4/src/update/assets/dot1.png[/img] Added project settings to configure:
|
||||
[img=12x12]res://addons/gdUnit4/src/update/assets/dot1.png[/img] [b]Verbose Orphans[/b] to enable/disable report detected orphans
|
||||
[img]res://addons/gdUnit4/tmp-update/119266895-e09d1900-bbec-11eb-91e9-45409ba2edb2.png[/img]
|
||||
[img=12x12]res://addons/gdUnit4/src/update/assets/dot1.png[/img] [b]Server Connection Timeout Minites[/b] to set test server connection timeout in minutes
|
||||
[img=12x12]res://addons/gdUnit4/src/update/assets/dot1.png[/img] [b]Test Timeout Seconds[/b] to set the default test case timeout in seconds
|
||||
[img]res://addons/gdUnit4/tmp-update/119266875-d1b66680-bbec-11eb-856f-8fac9b0ed31c.png[/img]
|
||||
|
||||
test seperator
|
||||
[img=4000x2]res://addons/gdUnit4/src/update/assets/horizontal-line2.png[/img]
|
||||
|
||||
|
||||
[font_size=24]Bugfixes[/font_size]
|
||||
|
||||
[img=12x12]res://addons/gdUnit4/src/update/assets/dot1.png[/img] GdUnit inspecor:
|
||||
[img=12x12]res://addons/gdUnit4/src/update/assets/dot2.png[/img] Fixed invalid test case state visualisation for detected orphan nodes (#63)
|
||||
[img=12x12]res://addons/gdUnit4/src/update/assets/dot2.png[/img] Fixed a ui bug to auto select the first report failure after a test run
|
||||
[img=12x12]res://addons/gdUnit4/src/update/assets/dot2.png[/img] Fixed invalid visualisation state and error counter (#66)
|
||||
[img=12x12]res://addons/gdUnit4/src/update/assets/dot1.png[/img] TestSuite:
|
||||
[img=12x12]res://addons/gdUnit4/src/update/assets/dot2.png[/img] Using asserts on stage after() now reporting
|
||||
[img=12x12]res://addons/gdUnit4/src/update/assets/dot1.png[/img] Core:
|
||||
[img=12x12]res://addons/gdUnit4/src/update/assets/dot2.png[/img] The GdUnit network layer was replaced by a new TCP server/client architecture to enable network-related testing (#64 )
|
||||
|
||||
40
addons/gdUnit4/test/update/resources/bbcode_header.txt
Normal file
40
addons/gdUnit4/test/update/resources/bbcode_header.txt
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
[font_size=32]Header 1 Text[/font_size]
|
||||
[img=4000x2]res://addons/gdUnit4/src/update/assets/horizontal-line2.png[/img]
|
||||
|
||||
[font_size=32][center]Header 1 Centered Text[/center][/font_size]
|
||||
[img=4000x2]res://addons/gdUnit4/src/update/assets/horizontal-line2.png[/img]
|
||||
|
||||
|
||||
[font_size=28]Header 2 Text[/font_size]
|
||||
[img=4000x2]res://addons/gdUnit4/src/update/assets/horizontal-line2.png[/img]
|
||||
|
||||
[font_size=32][center]Header 2 Centered Text[/center][/font_size]
|
||||
[img=4000x2]res://addons/gdUnit4/src/update/assets/horizontal-line2.png[/img]
|
||||
|
||||
|
||||
[font_size=32][center]Header 2 Centered Text
|
||||
Multiline Test
|
||||
Is here[/center][/font_size]
|
||||
[img=4000x2]res://addons/gdUnit4/src/update/assets/horizontal-line2.png[/img]
|
||||
|
||||
|
||||
[font_size=24]Header 3 Text[/font_size]
|
||||
|
||||
[font_size=24][center]Header 3 Centered Text[/center][/font_size]
|
||||
|
||||
|
||||
[font_size=20]Header 4 Text[/font_size]
|
||||
|
||||
[font_size=20][center]Header 4 Centered Text[/center][/font_size]
|
||||
|
||||
|
||||
[font_size=16]Header 5 Text[/font_size]
|
||||
|
||||
[font_size=16][center]Header 5 Centered Text[/center][/font_size]
|
||||
|
||||
|
||||
[font_size=12]Header 6 Text[/font_size]
|
||||
|
||||
[font_size=12][center]Header 6 Centered Text[/center][/font_size]
|
||||
|
||||
|
||||
20
addons/gdUnit4/test/update/resources/bbcode_md_header.txt
Normal file
20
addons/gdUnit4/test/update/resources/bbcode_md_header.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[font_size=32]Header 1 Text[/font_size]
|
||||
[img=4000x2]res://addons/gdUnit4/src/update/assets/horizontal-line2.png[/img]
|
||||
|
||||
|
||||
[font_size=28]Header 2 Text[/font_size]
|
||||
[img=4000x2]res://addons/gdUnit4/src/update/assets/horizontal-line2.png[/img]
|
||||
|
||||
|
||||
[font_size=24]Header 3 Text[/font_size]
|
||||
|
||||
|
||||
[font_size=20]Header 4 Text[/font_size]
|
||||
|
||||
|
||||
[font_size=16]Header 5 Text[/font_size]
|
||||
|
||||
|
||||
[font_size=12]Header 6 Text[/font_size]
|
||||
|
||||
|
||||
9
addons/gdUnit4/test/update/resources/bbcode_table.txt
Normal file
9
addons/gdUnit4/test/update/resources/bbcode_table.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[table=2]
|
||||
[cell][b] type [/b][/cell]|[cell][b] description[/b][/cell]
|
||||
[cell]--------------[/cell]|[cell]--------------------------------------------[/cell]
|
||||
[cell]any_color() [/cell]|[cell] Argument matcher to match any Color value[/cell]
|
||||
[cell]any_vector2() [/cell]|[cell] Argument matcher to match any Vector2 value[/cell]
|
||||
[cell]any_vector3() [/cell]|[cell] Argument matcher to match any Vector3 value[/cell]
|
||||
[cell]any_rect2() [/cell]|[cell] Argument matcher to match any Rect2 value[/cell]
|
||||
[/table]
|
||||
|
||||
21
addons/gdUnit4/test/update/resources/html_header.txt
Normal file
21
addons/gdUnit4/test/update/resources/html_header.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<h1>Header 1 Text</h1>
|
||||
<h1 align="center">Header 1 Centered Text</h1>
|
||||
|
||||
<h2>Header 2 Text</h2>
|
||||
<h2 align="center">Header 2 Centered Text</h2>
|
||||
|
||||
<h2 align="center">Header 2 Centered Text
|
||||
Multiline Test
|
||||
Is here</h2>
|
||||
|
||||
<h3>Header 3 Text</h3>
|
||||
<h3 align="center">Header 3 Centered Text</h3>
|
||||
|
||||
<h4>Header 4 Text</h4>
|
||||
<h4 align="center">Header 4 Centered Text</h4>
|
||||
|
||||
<h5>Header 5 Text</h5>
|
||||
<h5 align="center">Header 5 Centered Text</h5>
|
||||
|
||||
<h6>Header 6 Text</h6>
|
||||
<h6 align="center">Header 6 Centered Text</h6>
|
||||
BIN
addons/gdUnit4/test/update/resources/icon48.png
Normal file
BIN
addons/gdUnit4/test/update/resources/icon48.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 916 B |
34
addons/gdUnit4/test/update/resources/icon48.png.import
Normal file
34
addons/gdUnit4/test/update/resources/icon48.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://4d6aqwgnxyla"
|
||||
path="res://.godot/imported/icon48.png-e87a81340792ea4239ce79ba4259a0dd.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/gdUnit4/test/update/resources/icon48.png"
|
||||
dest_files=["res://.godot/imported/icon48.png-e87a81340792ea4239ce79ba4259a0dd.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
168
addons/gdUnit4/test/update/resources/markdown.txt
Normal file
168
addons/gdUnit4/test/update/resources/markdown.txt
Normal file
|
|
@ -0,0 +1,168 @@
|
|||
------ HTML Headers ---
|
||||
[font_size=24]Header 1 Text[/font_size]
|
||||
[font_size=24][center]Header 1Centered Text[/center][/font_size]
|
||||
|
||||
[font_size=20]Header 2 Text[/font_size]
|
||||
[font_size=20][center]Header 2 Centered Text[/center][/font_size]
|
||||
|
||||
[font_size=20][center]Header 2 Centered Text
|
||||
Multiline Test
|
||||
Is here[/center][/font_size]
|
||||
|
||||
---
|
||||
|
||||
------ Markdown -------------
|
||||
|
||||
# Heading 1
|
||||
## Heading 2
|
||||
### Heading 3
|
||||
#### Heading 4
|
||||
##### Heading 5
|
||||
|
||||
|
||||
------ embeded ------
|
||||
>This is an **embedded section**.
|
||||
>The section continues here
|
||||
|
||||
>This is another **embedded section**.
|
||||
>This section also continues in the second like
|
||||
>- aba
|
||||
>This line isn’t embedded any more.
|
||||
>- tets
|
||||
> - aha
|
||||
> - akaka
|
||||
|
||||
|
||||
|
||||
|
||||
------ lists ------
|
||||
* an asterisk starts an unordered list
|
||||
* and this is another item in the list
|
||||
+ or you can also use the + character
|
||||
- or the - character
|
||||
|
||||
To start an ordered list, write this:
|
||||
|
||||
1. this starts a list *with* numbers
|
||||
* this will show as number "2"
|
||||
* this will show as number "3."
|
||||
9. any number, +, -, or * will keep the list going.
|
||||
* just indent by 4 spaces (or tab) to make a sub-list
|
||||
1. keep indenting for more sub lists
|
||||
* here i'm back to the second level
|
||||
|
||||
|
||||
|
||||
- Asserts:
|
||||
- Added new `assert_vector2` to verify Vector2 values (#69 )
|
||||
- Added new `assert_vector3` to verify Vector3 values (#69 )
|
||||
- ahss
|
||||
- kaka
|
||||
- kaka
|
||||
- kaka
|
||||
- lll
|
||||
- kkk
|
||||
|
||||
|
||||
- Fuzzers:
|
||||
- Added `rangev2` to generate random Vector2 values
|
||||
- Added `rangev3` to generate random Vector3 values
|
||||
- one or more fuzzers are now allowed for a test case (#71)
|
||||
- GitHub Action
|
||||
- Added GitHub action to automatic trigger selftest on push events (tests against Godot 3.2.3, 3.3, 3.3.1, 3.3.2) (#74 )
|
||||
|
||||
|
||||
|
||||
------ check lists ------
|
||||
[ ] A
|
||||
[x] B
|
||||
[ ] C
|
||||
|
||||
------ code ------
|
||||
This is `code`.
|
||||
|
||||
``This is all `code`.``
|
||||
|
||||
```javascript
|
||||
var s = "JavaScript syntax highlighting";
|
||||
alert(s);
|
||||
```
|
||||
|
||||
```python
|
||||
s = "Python syntax highlighting"
|
||||
print s
|
||||
```
|
||||
|
||||
```
|
||||
No language indicated, so no syntax highlighting.
|
||||
But let's throw in a <b>tag</b>.
|
||||
```
|
||||
|
||||
------ links ------
|
||||
Here is a [Link](https://example.com/ "Optional link title").
|
||||
|
||||
------ image ------
|
||||
Inline-style:
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
Reference-style:
|
||||
![alt text][logo]
|
||||
|
||||
[logo]:res://addons/gdUnit4/test/update/resources/icon48.png "Logo Title Text 2"
|
||||
|
||||
|
||||
------ Horizontal Rules ------
|
||||
|
||||
---
|
||||
Hyphens
|
||||
***
|
||||
Asterisks
|
||||
___
|
||||
Underscores
|
||||
|
||||
|
||||
|
||||
------ table ------
|
||||
|Column 1|Column 2|
|
||||
|--------|--------|
|
||||
| A | B |
|
||||
| C | D |
|
||||
|
||||
Column 1|Column 2
|
||||
--------|--------
|
||||
A | B
|
||||
C | D
|
||||
|
||||
|
||||
------ foodnodes ------
|
||||
You can easily place footnotes [^2] in the continuous text [^1].
|
||||
[^1]: Here you can find the text for the footnote.
|
||||
[^2]: **Footnotes** themselves can also be *formatted*.
|
||||
And these even include several lines.
|
||||
|
||||
|
||||
------ asterisk ------
|
||||
This *is* an \*example with an asterisk\**.
|
||||
This _is_ an \_example with an asterisk\_.
|
||||
|
||||
------ bold ------
|
||||
<b>test</b>
|
||||
**test**
|
||||
__test__
|
||||
|
||||
------ italic ------
|
||||
<i>test</i>
|
||||
*test*
|
||||
_test_
|
||||
|
||||
------ italic + bold ------
|
||||
***Italic and Bold Text***
|
||||
___Italic and Bold Text___
|
||||
|
||||
------ stroke ------
|
||||
<s>test</s>
|
||||
~test~
|
||||
~~test~~
|
||||
22
addons/gdUnit4/test/update/resources/markdown_example.txt
Normal file
22
addons/gdUnit4/test/update/resources/markdown_example.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
## GdUnit3 v0.9.4 - Release Candidate
|
||||
|
||||
### Improvements
|
||||
- Added project settings to configure:
|
||||
- <b>Verbose Orphans</b> to enable/disable report detected orphans
|
||||

|
||||
- <b>Server Connection Timeout Minites</b> to set test server connection timeout in minutes
|
||||
- <b>Test Timeout Seconds</b> to set the default test case timeout in seconds
|
||||

|
||||
|
||||
test seperator
|
||||
---
|
||||
|
||||
### Bugfixes
|
||||
- GdUnit inspecor:
|
||||
- Fixed invalid test case state visualisation for detected orphan nodes (#63)
|
||||
- Fixed a ui bug to auto select the first report failure after a test run
|
||||
- Fixed invalid visualisation state and error counter (#66)
|
||||
- TestSuite:
|
||||
- Using asserts on stage after() now reporting
|
||||
- Core:
|
||||
- The GdUnit network layer was replaced by a new TCP server/client architecture to enable network-related testing (#64 )
|
||||
6
addons/gdUnit4/test/update/resources/markdown_table.txt
Normal file
6
addons/gdUnit4/test/update/resources/markdown_table.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
type | description
|
||||
-- | --
|
||||
any_color() | Argument matcher to match any Color value
|
||||
any_vector2() | Argument matcher to match any Vector2 value
|
||||
any_vector3() | Argument matcher to match any Vector3 value
|
||||
any_rect2() | Argument matcher to match any Rect2 value
|
||||
11
addons/gdUnit4/test/update/resources/md_header.txt
Normal file
11
addons/gdUnit4/test/update/resources/md_header.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Header 1 Text
|
||||
|
||||
## Header 2 Text
|
||||
|
||||
### Header 3 Text
|
||||
|
||||
#### Header 4 Text
|
||||
|
||||
##### Header 5 Text
|
||||
|
||||
###### Header 6 Text
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
extends GdUnitPatch
|
||||
|
||||
func _init():
|
||||
super(GdUnit4Version.parse("v0.9.5"))
|
||||
|
||||
func execute() -> bool:
|
||||
var patches := Array()
|
||||
if Engine.has_meta(PATCH_VERSION):
|
||||
patches = Engine.get_meta(PATCH_VERSION)
|
||||
patches.append(version())
|
||||
Engine.set_meta(PATCH_VERSION, patches)
|
||||
return true
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
extends GdUnitPatch
|
||||
|
||||
func _init():
|
||||
super(GdUnit4Version.parse("v0.9.6"))
|
||||
|
||||
func execute() -> bool:
|
||||
var patches := Array()
|
||||
if Engine.has_meta(PATCH_VERSION):
|
||||
patches = Engine.get_meta(PATCH_VERSION)
|
||||
patches.append(version())
|
||||
Engine.set_meta(PATCH_VERSION, patches)
|
||||
return true
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
extends GdUnitPatch
|
||||
|
||||
func _init():
|
||||
super(GdUnit4Version.parse("v0.9.9-a"))
|
||||
|
||||
func execute() -> bool:
|
||||
var patches := Array()
|
||||
if Engine.has_meta(PATCH_VERSION):
|
||||
patches = Engine.get_meta(PATCH_VERSION)
|
||||
patches.append(version())
|
||||
Engine.set_meta(PATCH_VERSION, patches)
|
||||
return true
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
extends GdUnitPatch
|
||||
|
||||
func _init():
|
||||
super(GdUnit4Version.parse("v0.9.9-b"))
|
||||
|
||||
func execute() -> bool:
|
||||
var patches := Array()
|
||||
if Engine.has_meta(PATCH_VERSION):
|
||||
patches = Engine.get_meta(PATCH_VERSION)
|
||||
patches.append(version())
|
||||
Engine.set_meta(PATCH_VERSION, patches)
|
||||
return true
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
extends GdUnitPatch
|
||||
|
||||
func _init():
|
||||
super(GdUnit4Version.parse("v1.1.4"))
|
||||
|
||||
func execute() -> bool:
|
||||
var patches := Array()
|
||||
if Engine.has_meta(PATCH_VERSION):
|
||||
patches = Engine.get_meta(PATCH_VERSION)
|
||||
patches.append(version())
|
||||
Engine.set_meta(PATCH_VERSION, patches)
|
||||
return true
|
||||
BIN
addons/gdUnit4/test/update/resources/update.zip
Normal file
BIN
addons/gdUnit4/test/update/resources/update.zip
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue