testify / testify-core

Testify Core Framework
Apache License 2.0
0 stars 4 forks source link

Migrate Testify to an internal data format #6

Open oconnormi opened 9 years ago

oconnormi commented 9 years ago

Currently when a test parser reads data into testify it must reformat that data into xml tags since the test processors all expect to receive an xml payload. This should be changed so that test parsers instead deserialize files into maps, this way any other part of testify would be able to access all fields programmatically in a common manner