melizalab / neurobank

management system for experimental data
GNU General Public License v2.0
0 stars 1 forks source link

provide mock registry for testing #21

Closed dmeliza closed 1 year ago

dmeliza commented 1 year ago

Test code should not rely on the user having a dummy registry set up. Use dependency injection or unittest.mock to perform tests without needing to make connections to an actual registry (this should be tested by the registry, not the client)