Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions | Variables
tests.py File Reference

Go to the source code of this file.

Namespaces

 tests
 

Functions

def tests.log
 
def tests._convert_dae
 
def tests.convert_dae_to_pmd
 
def tests.convert_dae_to_psa
 
def tests.clean_dir
 
def tests.create_actor
 
def tests.create_actor_static
 

Variables

string tests.binaries = '../../../binaries'
 
dictionary tests.dll_filename
 
tuple tests.library = cdll.LoadLibrary('%s/system/%s' % (binaries, dll_filename))
 
tuple tests.clog = CFUNCTYPE(None, c_int, c_char_p)
 
tuple tests.skeleton_definitions = open('%s/data/tools/collada/skeletons.xml' % binaries)
 
string tests.test_data = binaries+'/data/tests/collada'
 
string tests.test_mod = binaries+'/data/mods/_test.collada'
 
string tests.input_filename = '%s/%s.dae'
 
string tests.output_filename = '%s/art/meshes/%s.pmd'
 
tuple tests.input = open(input_filename)
 
tuple tests.output = convert_dae_to_pmd(input)
 
tuple tests.xml = create_actor(test_file, 'male', [('Idle','dudeidle'),('Corpse','dudecorpse'),('attack1',test_file),('attack2','jav2d')], [('helmet','teapot_basic_static')])