Samir Shah
76973acbd2
Add a OSCAR_CSV_INCLUDE_BOM setting which optionally adds a BOM to UTF-8 CSV output.
8 年之前
Michael van Tellingen
da0439c2c3
Fix test
8 年之前
Michael van Tellingen
a91e94bec9
Remove check in test_autoslugfield for migrations
It seems that migrations are unicode in Django 1.11
8 年之前
Alexander Gaevsky
3851321ff8
Add fallback for loading formset classes from old destination for backward compatibility, show deprecation warning, add tests.
9 年之前
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
649e40c789
Add missing __init__ in tests.integration.core
11 年之前
David Winterbottom
0aed77500a
Rework ExtendedURLValidator and tests
* Tidy implementation of validator
* Tests improved and moved to tests/integration (as they call resolve
internally)
13 年之前