Trying to identify testable things for use in autograders and automated code feedback tools...
Automated testing of computer code can be used to support learning in several ways.
For example, automated tests may be used to:
<xsl:stylesheet version="1.0" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:exsl="http://exslt.org/common" | |
xmlns:str="http://exslt.org/strings" extension-element-prefixes="exsl"> | |
<!-- xmlns:functx="http://www.functx.com" --> | |
<!-- Strip out any whitespace used to style layout of XML doc we're processing --> | |
<xsl:strip-space elements="*"/> |
#Create a default token/password for Jupyter notebook | |
JUPYTER_TOKEN=letmein |
REFINEVERSION=3.1 | |
JUPYTER_TOKEN=letmein |
FROM jupyter/minimal-notebook | |
RUN pip --no-cache install git+https://github.com/jupyterhub/jupyter-server-proxy |
#!/bin/bash | |
GIST=d72b396c491fe1348bc1d9badfdcce81 | |
git clone https://gist.github.com/$GIST.git | |
cd $GIST | |
source run.sh |