Skip to content

Commit 8008748

Browse files
author
Philip Guo
committed
cleanups
1 parent f6d6aad commit 8008748

37 files changed

Lines changed: 6 additions & 9113 deletions

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ repository:
7171
cgi-bin/pg_logger.py - the 'meat' of the back-end
7272
cgi-bin/pg_encoder.py - encodes Python data into JSON
7373
cgi-bin/demjson.py - 3rd-party JSON module, since Python 2.5
74-
- doesn't have the built-in 'import json'
74+
doesn't have the built-in 'import json'
7575
cgi-bin/create_db.py - for optional sqlite query logging
7676
cgi-bin/db_common.py - for optional sqlite query logging
7777
cgi-bin/.htaccess - for Apache CGI execute permissions
78-
cgi-bin/run_tests.py - simple regression tests
78+
cgi-bin/run_tests.py - back-end regression tests
7979

8080

8181
Due to the AJAX same-origin policy, the front-end and back-end must be

cgi-bin/run_tests.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818

19-
# regression tests for online Python tutor back-end
19+
# Regression tests for Online Python Tutor back-end
20+
#
21+
# Run using:
22+
# python run_tests.py --all
2023

2124
import os, sys, re, shutil, filecmp, optparse, difflib
2225
import pg_logger

favicon.gif

Whitespace-only changes.

favicon.ico

Whitespace-only changes.

test-programs/caught_exception_1.out

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

test-programs/caught_exception_2.out

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

test-programs/circ_ref.out

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

test-programs/circ_ref_2.out

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

test-programs/circ_ref_fake.out

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

0 commit comments

Comments
 (0)