Skip to content

testing

Travis Risner edited this page Apr 25, 2020 · 3 revisions

This information came from the Discord testing channel.


Travis: 1/19/2020 I broke that rule when I pushed the model changes from John C. The manual menu, etc. is broken at the moment. I will fix it after I get the box management complete.


Jeff 02/03/2020 Travis mentioned at tonight's meeting that PyCharm wouldn't let him use the debugger while running the tests. Turns out this is due to how the coverage package operates. The way it hooks into what's running is the same way that debuggers hook in, and coverage overrides that. If you want to use a debugger while also running pytest tests, temporarily remove or comment out the --cov parts in pytest.ini, or you can add --no-cov to your PyCharm run configuration. See this page for details: https://pytest-cov.readthedocs.io/en/latest/debuggers.html


jocassid 3/23/2020 So are we doing a text chat or is there a voice chat. Not sure if this laptop has a microphone on it.


Travis 3/23/2020 Yes, we are using the voice channel John do you have a headset somewhere?

Clone this wiki locally