Today on the TIP list I got an email that sent me to this article:
http://renesd.blogspot.com/2008/09/pygametest-moving-testing-forward.html
The part that got my attention was this:
A few other things it might do.
# load your own test into the test runner.
>>> pygame.test.load("tests/mytest.py")
# pass commands to the test runner.
>>> test_results = pygame.test.run(tags="interactive")
# Submit the test results for review.
>>> pygame.test.submit_test_results(test_results)
# submit a test you wrote for review to the pygame developers.
>>> pygame.test.submit_test("tests/my_new_test.py")
Maybe we can do something similar in Dabo for 1.0+...
Nate L.
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]