spenechap444 / FSA

Python & SQL based repo for performing financial statement analysis
0 stars 0 forks source link

Data: Unit Test all procedures in statements_api_dbo #14

Closed spenechap444 closed 10 months ago

spenechap444 commented 1 year ago

Need to do unit testing for the following stored procedures: storing and fetching balance sheet data storing and fetching income statement data storing and fetching statement of cashflows data

spenechap444 commented 11 months ago

Perform this through the application to avoid manually writing anonymous blocks. The can allow an automation suite to be set up to validate DB objects and test new implementations.

spenechap444 commented 10 months ago

This can be closed, testing should be done from the application side to take up less time. In this way it will be more efficient instead of finalizing DB testing to find there is some app limitation.