OpenDataServices / standards-lab

Open Standards Lab. A web tool for users and creators of Open Standards.
https://standards-lab.readthedocs.io/
GNU Affero General Public License v3.0
2 stars 0 forks source link

docs: Developing the docker environment, fixes #81 #144

Closed rhiaro closed 3 years ago

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 874251949


Files with Coverage Reduction New Missed Lines %
standards_lab/api/views.py 42 51.7%
<!-- Total: 42 -->
Totals Coverage Status
Change from base Build 856824500: 0.1%
Covered Lines: 433
Relevant Lines: 617

💛 - Coveralls
odscjames commented 3 years ago

Tho could be a bit more explicit about some other things:

If change python, don't have to reubilt, just down & up

odscjames commented 3 years ago

how to run tests in docker local env

Tho this is in another docs file, so maybe just a link

odscjames commented 3 years ago

Also would be good: If you want to temporarily put print/logging calls in your Python code and see them appear in the logs that scroll on your screen, how do you do that?

A: import warnings, warnings.warn

rhiaro commented 3 years ago

Updated based on feedback, thanks @odscjames @Bjwebb @michaelwood

odscjames commented 3 years ago

Just realised one thing we missed - we need to link to this new file in the index. I've just added a commit to do that.