An open API service indexing awesome lists of open source software.

https://github.com/bendudson/vpython_dummy

VPython interface emulation with logging backend
https://github.com/bendudson/vpython_dummy

Last synced: 12 months ago
JSON representation

VPython interface emulation with logging backend

Awesome Lists containing this project

README

          

Dummy Visual Python module

Intended to allow automated testing of Visual Python codes.
Uses a logging handler and replacement classes for the VPython interface

Incomplete, work in progress

Contents
========

visual.py The replacement for VPython to be imported by test code
color.py Replacement for VPython's visual.color (very incomplete)

test.py An example code being checked
runtest.py Checks the test.py code, prints some diagnostics

handler.py Custom logging handler to record events