Mercurial > p > roundup > code
view demo.py @ 7966:1e38ca6fb16e
test: clean up test for deprecation of xhtml.
xhtml was used as a value in a test. Choose different value for
testing.
Also add test to verify that xhtml use raises an error.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 14 May 2024 22:35:56 -0400 |
| parents | 7f0bc46aee67 |
| children |
line wrap: on
line source
#!/usr/bin/env python3 import sys import roundup from roundup.demo import main sys.exit(main())
