refactor: organize test files into tests directory
Moves test-related files from root directories into a dedicated tests folder to improve project structure and maintainability.
This commit is contained in:
26
tests/puppy/AT.00.00.00.puppy
Normal file
26
tests/puppy/AT.00.00.00.puppy
Normal file
@@ -0,0 +1,26 @@
|
||||
#!# AT.00.00.00.puppy ##!
|
||||
<<9tailedKitsune>>
|
||||
@coreOperations:
|
||||
@define: 9tk:
|
||||
return: 9tk.core;
|
||||
@define: core.function;
|
||||
return: core.function.array = <<
|
||||
functionNames:
|
||||
'coreFunction', 'corePkg', '3rdParty',
|
||||
'Settings', 'Networking', 'Application',
|
||||
'Temporary', 'Document', 'Resource',
|
||||
'Development';
|
||||
@define: corePkg:
|
||||
return: core.cPkg.array:
|
||||
cPkgNames:
|
||||
core.function.9tk: 'coreFunction',
|
||||
core.function.tail: 'corePkg',
|
||||
core.function.yiff: '3rdParty',
|
||||
core.function.kitsune: 'Settings',
|
||||
core.function.taild: 'Networking',
|
||||
core.function.ntk: 'Application',
|
||||
core.function.@9tK: 'Temporary',
|
||||
core.function.9tKd: 'Document',
|
||||
core.function.furry: 'Resource',
|
||||
core.function.puppy: 'Development';
|
||||
>>
|
||||
Reference in New Issue
Block a user