Directory trunk/pysal/tests/

Directory Created:
2009-12-13 17:24
Total Files:
4
Deleted Files:
6
Lines of Code:
330

[root]/trunk/pysal/tests

Lines of Code

trunk/pysal/tests/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 90 (100.0%) 1776 (100.0%) 19.7
schmidtc 41 (45.6%) 1318 (74.2%) 32.1
sjsrey 26 (28.9%) 287 (16.2%) 11.0
phil.stphns 11 (12.2%) 84 (4.7%) 7.6
mhwang4 5 (5.6%) 66 (3.7%) 13.2
sjsrey@gmail.com 4 (4.4%) 15 (0.8%) 3.7
dfolch 3 (3.3%) 6 (0.3%) 2.0

Most Recent Commits

sjsrey@gmail.com 2011-01-27 13:00 Rev.: 782

mod

1 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+1 -1)
schmidtc 2011-01-27 11:11 Rev.: 776

See issue #135, will mark any test as mising that does not contain an if __name__=="__main__"
This isn't failsafe, but it's better than what we have.

1 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+1 -1)
phil.stphns 2011-01-21 17:30 Rev.: 737

Adding spreg modules, tests, example .gal file and mods to pysal init, and
pysal docstring test script to incorporate new package. Yeehaw!

3 lines of code changed in 1 file:

  • trunk/pysal/tests: testdocs.py (+3 -1)
phil.stphns 2011-01-20 17:20 Rev.: 726

Unit testing shapefiles. We introduce unit test failures intentionally.

1 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+1 -1)
schmidtc 2011-01-20 11:33 Rev.: 722

minor change to tests, use the same python to execute all tests

2 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+2 -1)
schmidtc 2011-01-20 11:13 Rev.: 719

moving "converters" into core.util, this allows them to be used independently of FileIO.

1 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+1)
schmidtc 2011-01-20 10:50 Rev.: 718

split old FileIO unit tests into seperate tests for each handler.
made a small change to in tests.py to prevent testing script from exiting when unittest.main is used.

1 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+1 -8)
schmidtc 2011-01-19 12:55 Rev.: 711

adding unit test for DistanceBand.
Double check on __all__ to make sure the entire list is on one line.

4 lines of code changed in 2 files:

  • trunk/pysal/tests: testdocs.py (+3 -1), tests.py (+1 -1)
schmidtc 2011-01-19 11:45 Rev.: 708

Addressing issue #129, Moving W into weights.py and cleaning up imports.

54 lines of code changed in 2 files:

  • trunk/pysal/tests: test_NameSpace.py (new 52), tests.py (+2)
phil.stphns 2011-01-18 15:12 Rev.: 707

Moved cg/shapes tests to cg/tests dir. Modified tests.py to not call older
tests.

4 lines of code changed in 3 files:

  • trunk/pysal/tests: test_cg_shapes.py (del), test_esda_mapclassify.py (del), tests.py (+4 -4)
phil.stphns 2011-01-18 14:08 Rev.: 705

Removed redundant import from psyal init. Moved FileIO test module to
core/tests/ with data path modifications.

0 lines of code changed in 1 file:

  • trunk/pysal/tests: test_fileIO.py (del)
phil.stphns 2011-01-13 14:30 Rev.: 692

Created not_testing list for modules we do not want to test, such as the
inits, common.py and version.py. Tests also checks that test mods are not
empty. Output formatted mo betta.

19 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+19 -14)
phil.stphns 2011-01-12 16:07 Rev.: 689

Returns module being tested.

1 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+1 -1)
phil.stphns 2011-01-11 18:32 Rev.: 685

More cleaning up of report output.

17 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+17 -2)
phil.stphns 2011-01-11 18:12 Rev.: 683

Fixed module parse error introduced in last commit.

5 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+5 -5)
phil.stphns 2011-01-11 17:54 Rev.: 682

Cleaning up report message, file.

34 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+34 -33)
schmidtc 2011-01-07 13:34 Rev.: 671

bug fix in tests

1 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+1 -1)
schmidtc 2011-01-05 21:29 Rev.: 639

removing old contiguity tests.

0 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (-6)
schmidtc 2011-01-05 15:50 Rev.: 636

Modified testing framework to build a list of expected unit tests by scanning the __all__ of each module. Missing tests are printed.

25 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+25 -6)
schmidtc 2011-01-05 13:53 Rev.: 630

defined __all__ in randomregion.
checking __all__ in all modules during tests.
removed from common import * from pysal.__init__

8 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+8 -1)
schmidtc 2011-01-05 08:37 Rev.: 621

moving/fixing weights unittests

0 lines of code changed in 1 file:

  • trunk/pysal/tests: test_cont_weights.py (del)
sjsrey@gmail.com 2011-01-04 13:14 Rev.: 614

- fixing paths to examples in tests

10 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+10 -3)
sjsrey@gmail.com 2011-01-03 17:51 Rev.: 612

- started unittests for esda in new integration testing framework

1 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+1)
sjsrey 2011-01-03 15:22 Rev.: 610

- updated

0 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (-4)
sjsrey 2011-01-03 15:19 Rev.: 609

- old schemes

0 lines of code changed in 2 files:

  • trunk/pysal/tests: test_dist_weights.py (del), test_smoothing.py (del)
sjsrey 2011-01-03 15:16 Rev.: 607

- new 1.1 integration testing scheme.

42 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+42 -15)
schmidtc 2011-01-03 13:49 Rev.: 603

Separating the doc testing from unit testing to allow for faster unit testing.

70 lines of code changed in 2 files:

  • trunk/pysal/tests: testdocs.py (new 68), tests.py (+2 -38)
sjsrey@gmail.com 2010-12-27 15:46 Rev.: 597

- adding directional lisa analytics

3 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (+3 -1)
sjsrey 2010-12-02 15:35 Rev.: 593

- correcting weight tests

9 lines of code changed in 1 file:

  • trunk/pysal/tests: test_weights.py (+9 -9)
schmidtc 2010-11-14 12:33 Rev.: 589

Solution for issue #116.

30 lines of code changed in 1 file:

  • trunk/pysal/tests: test_cont_weights.py (+30)
schmidtc 2010-11-12 18:01 Rev.: 588

adding test for ROOK bug Issue#116

15 lines of code changed in 1 file:

  • trunk/pysal/tests: test_cont_weights.py (+15)
mhwang4 2010-07-29 16:36 Rev.: 527

fix a bug in spatial filtering

4 lines of code changed in 1 file:

  • trunk/pysal/tests: test_smoothing.py (+4 -2)
mhwang4 2010-07-29 12:41 Rev.: 522

fixing typo in smoothing.py

1 lines of code changed in 1 file:

  • trunk/pysal/tests: test_smoothing.py (+1 -1)
mhwang4 2010-07-28 14:56 Rev.: 508

minor fixs on smoothing.py; unit tests on smoothing added

54 lines of code changed in 1 file:

  • trunk/pysal/tests: test_smoothing.py (+54 -1)
schmidtc 2010-07-26 10:50 Rev.: 483

test read-only dict

8 lines of code changed in 1 file:

  • trunk/pysal/tests: test_weights.py (+8)
sjsrey 2010-07-26 09:38 Rev.: 481

- fillng out weight unit tests

54 lines of code changed in 1 file:

  • trunk/pysal/tests: test_weights.py (+54)
schmidtc 2010-07-22 09:58 Rev.: 464

fix for issue #107

5 lines of code changed in 1 file:

  • trunk/pysal/tests: test_fileIO.py (+5)
sjsrey 2010-07-19 17:53 Rev.: 451

- fix histogram logic bug in weights init
- added more examples to replicate GeoDa

0 lines of code changed in 1 file:

  • trunk/pysal/tests: test_dist_weights.py (-1)
sjsrey 2010-07-19 16:32 Rev.: 450

- distance weights test suite

83 lines of code changed in 1 file:

  • trunk/pysal/tests: test_dist_weights.py (+83 -4)
sjsrey 2010-06-29 19:20 Rev.: 443

- removing econometrics module

0 lines of code changed in 1 file:

  • trunk/pysal/tests: tests.py (-2)

(37 more)

Generated by StatSVN 0.7.0