Package tkintertable :: Module Testing
[hide private]
[frames] | no frames]

Module Testing

source code

Table Testing module. Created Oct 2008 Copyright (C) Damien Farrell

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Classes [hide private]
  App
Functions [hide private]
 
createRandomStrings(l, n)
create list of l random strings, each of length n
source code
 
createData(rows=20, cols=5)
Creare random dict for test data
source code
 
createTable(model) source code
 
test1(root)
Setup a table and populate it with data
source code
 
test2()
Multuple tables in one window
source code
 
test3()
Drawing large tables
source code
 
test4()
Filtering/searching
source code
 
test5()
frame placement
source code
 
GUITests()
Run standard tests
source code
 
main() source code
Variables [hide private]
  __package__ = 'tkintertable'