
| 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 |
mod
1 lines of code changed in 1 file:
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:
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:
Unit testing shapefiles. We introduce unit test failures intentionally.
1 lines of code changed in 1 file:
minor change to tests, use the same python to execute all tests
2 lines of code changed in 1 file:
moving "converters" into core.util, this allows them to be used independently of FileIO.
1 lines of code changed in 1 file:
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:
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:
Addressing issue #129, Moving W into weights.py and cleaning up imports.
54 lines of code changed in 2 files:
Moved cg/shapes tests to cg/tests dir. Modified tests.py to not call older
tests.
4 lines of code changed in 3 files:
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:
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:
Returns module being tested.
1 lines of code changed in 1 file:
More cleaning up of report output.
17 lines of code changed in 1 file:
Fixed module parse error introduced in last commit.
5 lines of code changed in 1 file:
Cleaning up report message, file.
34 lines of code changed in 1 file:
bug fix in tests
1 lines of code changed in 1 file:
removing old contiguity tests.
0 lines of code changed in 1 file:
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:
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:
moving/fixing weights unittests
0 lines of code changed in 1 file:
- fixing paths to examples in tests
10 lines of code changed in 1 file:
- started unittests for esda in new integration testing framework
1 lines of code changed in 1 file:
- updated
0 lines of code changed in 1 file:
- old schemes
0 lines of code changed in 2 files:
- new 1.1 integration testing scheme.
42 lines of code changed in 1 file:
Separating the doc testing from unit testing to allow for faster unit testing.
70 lines of code changed in 2 files:
- adding directional lisa analytics
3 lines of code changed in 1 file:
- correcting weight tests
9 lines of code changed in 1 file:
Solution for issue #116.
30 lines of code changed in 1 file:
adding test for ROOK bug Issue#116
15 lines of code changed in 1 file:
fix a bug in spatial filtering
4 lines of code changed in 1 file:
fixing typo in smoothing.py
1 lines of code changed in 1 file:
minor fixs on smoothing.py; unit tests on smoothing added
54 lines of code changed in 1 file:
test read-only dict
8 lines of code changed in 1 file:
- fillng out weight unit tests
54 lines of code changed in 1 file:
fix for issue #107
5 lines of code changed in 1 file:
- fix histogram logic bug in weights init
- added more examples to replicate GeoDa
0 lines of code changed in 1 file:
- distance weights test suite
83 lines of code changed in 1 file:
- removing econometrics module
0 lines of code changed in 1 file:
(37 more)