jhatler / janus

Just Another Neural Utility System
MIT License
1 stars 3 forks source link

feat: bootstrap pyJanus testing #400

Closed jhatler closed 1 week ago

jhatler commented 1 week ago

This commit adds the necessary files to bootstrap testing for the pyjanus library. The tests don't validate any of the library's code yet, but instead some basic arithmatic functions. The tests are written using the pytest framework.

Refs: #172