Michael van Tellingen
0ebe344a27
Merge tests.integration with tests.unit
The idea of splitting integration from unittests is good in theory
but leads to a lot of mental overhead. Besides whenever a tests
interacts with a database it isn't a unittest anyway.
9 лет назад
Michael van Tellingen
28ea962ab6
Rename all tests files from *_tests.py to test_*.py
Better to use filenames which are commonly used in the python word then
custom ones.
9 лет назад
Michael van Tellingen
aafcc8a901
flake8
9 лет назад
Michael van Tellingen
5529f1f46e
Fix running the search.munger_tests module
Add the tests/unit/search/__init__.py so that nose can discover the
tests in this directory.
11 лет назад
David Winterbottom
2762ebba4f
Rework facet munger with tests
Simplify the API to allow easier testing, and simplify the
implementation.
11 лет назад