index
:
codeq-server.git
master
release
CodeQ server
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monkey
/
test.py
Age
Commit message (
Expand
)
Author
2015-10-15
Store identifiers instead of IDs in Problem model
Timotej Lazar
2015-10-13
Move monkey/monkey.py to monkey/__init__.py
Timotej Lazar
2015-09-24
Update monkey.test.test for new testing functions
Timotej Lazar
2015-09-02
Update monkey.test to work with new DB
Timotej Lazar
2015-08-24
Remove in-edges from monkey.graph.Node class
Timotej Lazar
2015-08-11
Add code to check for typos
Mehmet Akalın
2015-08-11
Fix monkey.test.print_hint
Timotej Lazar
2015-08-11
Remove app-specific code from prolog.engine
Timotej Lazar
2015-08-11
Ignore attempts from all non-student users
Timotej Lazar
2015-08-11
Reorder cases in monkey.test and fix print_hint
Timotej Lazar
2015-08-11
Move hint message generation to a new function
Timotej Lazar
2015-08-11
Annotate tokens instead of splitting program
Timotej Lazar
2015-08-11
Exclude admin and test users when analyzing traces
Timotej Lazar
2015-08-11
Don't store solution-line frequencies
Timotej Lazar
2015-08-11
monkey.fix.step: apply all edits in line order
Timotej Lazar
2015-08-11
Remove unused imports in monkey.test
Timotej Lazar
2015-08-11
Rename monkey.edits.edit_graph to trace_graph
Timotej Lazar
2015-08-11
Cleanups
Timotej Lazar
2015-08-11
Minor fixes in monkey.test
Timotej Lazar
2015-08-11
Small cleanups
Timotej Lazar
2015-08-11
Move monkey.prolog to root module
Timotej Lazar
2015-08-11
Initial error marking support
Timotej Lazar
2015-08-11
Pass auxiliary code to fix in monkey.test
Timotej Lazar
2015-08-11
Move get_aux_code to tutor/models.py
Timotej Lazar
2015-08-11
Move testing code from monkey.py to test.py
Timotej Lazar