sassoftware / saspy

A Python interface module to the SAS System. It works with Linux, Windows, and Mainframe SAS as well as with SAS in Viya.
https://sassoftware.github.io/saspy
Other
367 stars 149 forks source link

add wrappers for six Viya AIML procs #495

Closed rayewright closed 1 year ago

tomweber-sas commented 1 year ago

Thanks Ray! Sorry this is taking me a little while, had a number of higher priority things come in at the same time. This looks very straight forward, but I need to vet it appropriately regardless. One thing I could use is one test case for each proc. I don't know these myself enough to know how to call them and be sure I've verified their behavior. Do you mind adding a test case for each,, or providing me working examples of the procs that I can use to write the tests? Due diligence, you know 😎

rayewright commented 1 year ago

Sure, Tom. (No rush, by the way)

I'll take a whack at creating test cases. I have some sample code I should be able to lift from my notebooks then update my fork repo.