Skip to content

Commit

Permalink
Merge pull request #32 from scotpatti/sqlite3-example
Browse files Browse the repository at this point in the history
Added a link to the SQLite autograder package on github to docs/resourses.md
  • Loading branch information
ibrahima committed May 13, 2020
2 parents 1a278f4 + 333dcd0 commit 6745063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Name | Description
[R autograder](https://github.com/guerzh/r_autograde_gradescope) | A sample Gradescope-compatible autograder for R scripts
[Otter-Grader](https://otter-grader.readthedocs.io/) | A Jupyter Notebook/Python autograder that is compatible with the Gradescope autograder platform
[pytest with Gradescope](https://github.com/GRudolph/autograder_samples/tree/master/python3-pytest) | A minimal example that uses pytest instead of unittest for Python 3 code with Gradescope
[SQLite3 with Gradescope](https://github.com/scotpatti/SQLiteAutograder) | A lightweight autograder for SQLite3. Handles multiple queries and returns the number right as the grade. Running six complex queries, students usually receive their grades in 6-10 seconds.

0 comments on commit 6745063

Please sign in to comment.