SiftScience / sift-python

Sift API (Python client)
MIT License
20 stars 23 forks source link

Msue 191 integration testing app new #104

Closed haneeshv closed 1 year ago

haneeshv commented 1 year ago

Purpose

Currently, we don’t perform any thorough testing before releasing sift-python lib. The idea of this task is to actually setup an integration app that is going to contain a set of tests we run against the lib before releasing it. Those tests should be performed against real Sift env (Sift prod account)

This integration app can be a representative template for other libs - eventually we want to have the same integration app for every single public lib we support

Summary

Methods created for Events, Decisions, Workflows, Score, Verification and PSP Merchant API

Testing

Methods are implemented and tested manually

Checklist