Skip to content

Commit

Permalink
Remove wordy language
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahima committed Mar 25, 2016
1 parent 1434e0b commit 1aa16b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ a simple language.

## Dependencies (for tests)

- Python 2.7+ (should work with Python 3 as well if students use it; the tests don't use anything Python2 specific)
- Python's unittest module is built in
- Python 2.7+/3+
- gradescope-utils provides annotations for setting point values for tests, and running tests with a JSON output.
- subprocess32 is a convenient backport of Python 3.2's subprocess module. Used in one of the tests to communicate with an instance of the REPL to verify that it responds to input correctly.

Expand Down

0 comments on commit 1aa16b4

Please sign in to comment.