awwad / uptane

Uptane, security framework for automotive updates
https://uptane.github.io/
MIT License
10 stars 42 forks source link

Unit testing #2

Closed awwad closed 7 years ago

awwad commented 7 years ago

Go back over the various modules and add formal unit tests.

Unit tests for just about everything (excluding everything in demo/) still need to be added. The Primary module (uptane/services/primary.py) already has tests written, though I will need to add some more and update them.

awwad commented 7 years ago

This issue was moved to uptane/uptane#20