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
- Host: GitHub
- URL: https://github.com/bendudson/vpython_dummy
- Owner: bendudson
- Created: 2012-08-22T17:20:47.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-16T17:00:58.000Z (almost 14 years ago)
- Last Synced: 2025-02-27T18:31:03.210Z (over 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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