Make NativeModel constructor take string, dict or file object
spikeliu opened this issue · 0 comments
spikeliu commented
NativeModel currently only receives exact file name as the parameter. For creating test cases, it's not flexible enough. So, in addition, it should be able to take a string or file object to parse it, or take a dict object and use it directly.