google / ctfscoreboard

Scoreboard for Capture The Flag competitions.
Apache License 2.0
165 stars 61 forks source link

Add ability to launch a shell. #227

Closed Matir closed 5 years ago

Matir commented 5 years ago

This uses ipython or the local python shell to launch an interactive shell to debug issues.

Fixes #226.

codecov-io commented 5 years ago

Codecov Report

Merging #227 into master will not change coverage. The diff coverage is 25%.

@@           Coverage Diff           @@
##           master     #227   +/-   ##
=======================================
  Coverage   68.49%   68.49%           
=======================================
  Files          27       27           
  Lines        2146     2146           
  Branches      264      264           
=======================================
  Hits         1470     1470           
  Misses        582      582           
  Partials       94       94