File: __init__.py

package info (click to toggle)
python-traitsui 4.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 13,540 kB
  • ctags: 10,118
  • sloc: python: 41,530; makefile: 121; 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