File: __init__.py

package info (click to toggle)
python-traitsui 4.4.0-1.3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,680 kB
  • ctags: 6,394
  • sloc: python: 32,786; makefile: 16; sh: 5
file content (10 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Run tests using nose:
#   $ nosetests -v
#
# The tests that are not compatible with the selected toolkit will be skipped
# (resulting in 'S' characters in the report). To test different backend,
# you should set the backend using the environment variable ETS_TOOLKIT:
#
#   $ ETS_TOOLKIT='qt4' nosetests -v
#   $ ETS_TOOLKIT='wx' nosetests -v
#   $ ETS_TOOLKIT='null' nosetests -v