scorelab / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.
Apache License 2.0
50 stars 85 forks source link

Added testing to TensorMap #198

Closed Wenuka19 closed 1 year ago

Wenuka19 commented 1 year ago

Description

Added PyTest testing to the Backend and Jest testing to the Frontend. For the backend tests a mock database will be created and a sample dataset can be added using fixtures. Sample tests are added to the project. Updated documentation with brief testing instructions.

Type of change

How Has This Been Tested?

Implemented sample tests and ensured correct functionality.

Checklist: