pyista / pythonista

A series of python scripts and hacks for everyone. Feel free to contribute!
30 stars 11 forks source link

Adding basic tests for repo integrity and a CI server #2

Closed ajmalsiddiqui closed 6 years ago

ajmalsiddiqui commented 6 years ago

The aim is to have a few scripts to run tests to ensure that the repository content is exactly how we want it to be. Also, to add a CI server to the repo that can run these tests whenever a PR is generated/a push or merge is made and implement status checks and a README badge using the CI service.

To-Do:

ajmalsiddiqui commented 6 years ago

Currently only one test script exists that ensures that all the directories in the scripts folder have corresponding entries in the scripts/README.md file. I've marked the "add test scripts" item as complete for now. Additional tests can be added as needed later.

ajmalsiddiqui commented 6 years ago

@itsron717 this should be enough to set up basic CI in the repo. Review everything and squash the commits before merging. :)

itsron143 commented 6 years ago

The template format in scripts/readme got unstructured now.

ajmalsiddiqui commented 6 years ago

Fixed it :)