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.
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
[x] New feature (non-breaking change which adds functionality)
[x] This change requires a documentation update
How Has This Been Tested?
Implemented sample tests and ensured correct functionality.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
Description
Added
PyTest
testing to the Backend andJest
testing to the Frontend. For the backend tests a mock database will be created and a sample dataset can be added usingfixtures
. 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: