coveo / push-api-client.py

Apache License 2.0
1 stars 1 forks source link

ci: setup build + first test #9

Closed olamothe closed 3 years ago

olamothe commented 3 years ago

Luckily, I had first setup the project with a scaffolder ( https://pyscaffold.org/ ) which did a good job of doing some magic for me as far as setuping test environment, way to manage dependencies and what not.

There's a Pipfile.lock (very similar to node package.lock) that gets generated from `setup.cfg.

I added a single UT just to verify that it's working, and I'll be adding more in the next PR.

https://coveord.atlassian.net/browse/CDX-371