Skip to content

Latest commit

 

History

History
executable file
·
16 lines (14 loc) · 224 Bytes

File metadata and controls

executable file
·
16 lines (14 loc) · 224 Bytes

Python Client for FMA service

Install and Test

To install the requirements to test the client:

make install

To run the tests:

make test

For testing and coverage reports:

make test-and-coverage