deploifai / meteorite

A fast and simple web server for machine learning models
https://pypi.org/project/meteorite
MIT License
8 stars 1 forks source link

Write unit tests for the package #8

Open utkarsh867 opened 1 year ago

utkarsh867 commented 1 year ago

The package does not have test cases at the moment.

We can implement two type of tests:

  1. Tests in Rust that do unit tests for the Rust function itself
  2. Integration tests written in Python.