Skip to content
Snippets Groups Projects
Commit 7907624e authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added testrunner as a submodule (getting sick of import errors)

parent b6e11032
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,6 @@
[submodule "external/codemirror2"]
path = external/codemirror2
url = http://marijnhaverbeke.nl/git/codemirror2
[submodule "external/testrunner"]
path = external/testrunner
url = git@kompiler.org:python/testrunner
testrunner @ 39804c23
Subproject commit 39804c23b6c4bc9da23767d825e45e4512917ddf
......@@ -13,6 +13,6 @@
#
# You should have received a copy of the GNU Affero General Public License
# along with TRS. If not, see <http://www.gnu.org/licenses/>.
from testrunner import main
from external.testrunner import main
import sys
main(sys.argv[1:])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment