Skip to content

Commit 72d0a59

Browse files
committed
Deleted run-exercise-tests-in-docker. Unneded.
1 parent bb2d6a3 commit 72d0a59

File tree

2 files changed

+10
-30
lines changed

2 files changed

+10
-30
lines changed

bin/run-exercise-tests-in-docker.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

bin/template_status.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
#!/usr/bin/env python3
2+
3+
# This script is currently unused for this ropo.
4+
# It's content essentially doubles that of the other content test scripts,
5+
# but it only tests practice exercises and fails out if any of them
6+
# are missing templates. It needs to be modified to gracefully ignore
7+
# (or otherwise test) those exercises that do not have canonical data.
8+
# We're leaving it here as a potential starting place for
9+
# further checks or testing.
10+
11+
212
import argparse
313
from argparse import Namespace
414
from enum import IntEnum, auto
@@ -17,7 +27,6 @@
1727

1828
PROBLEM_SPEC_REPO = "https://github.com/exercism/problem-specifications.git"
1929
DEFAULT_SPEC_LOCATION = Path(".problem-specifications")
20-
# DEFAULT_SPEC_LOCATION = Path(".problem-specifications")
2130

2231
logging.basicConfig(format="%(levelname)s:%(message)s")
2332
logger = logging.getLogger("generator")

0 commit comments

Comments
 (0)