Adding log.gd
This commit is contained in:
parent
eb32d6614e
commit
4522259397
547 changed files with 46844 additions and 0 deletions
18
addons/gdUnit4/test/update/GdUnitUpdateTest.gd
Normal file
18
addons/gdUnit4/test/update/GdUnitUpdateTest.gd
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# GdUnit generated TestSuite
|
||||
class_name GdUnitUpdateTest
|
||||
extends GdUnitTestSuite
|
||||
|
||||
# TestSuite generated from
|
||||
const GdUnitUpdate = preload('res://addons/gdUnit4/src/update/GdUnitUpdate.gd')
|
||||
|
||||
|
||||
func after_test():
|
||||
clean_temp_dir()
|
||||
|
||||
|
||||
func test__prepare_update_deletes_old_content() -> void:
|
||||
var _update :GdUnitUpdate = auto_free(GdUnitUpdate.new())
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue