Michael van Tellingen
aafcc8a901
flake8
9 лет назад
John Parton
541075fe0d
Replace assert statements with appropriate assert* method.
Replace 'assert' with 'assert*' method.
Convert tests.unit.forms.widget_tests to use TestCase class.
Convert bankcard tests to use TestCase.
Convert tests.unit.logging_tests to use TestCase.
10 лет назад
Michael van Tellingen
5c4591fa75
Update tests to stop using nose specific functions
This also removes the attr() marking of tests. This can be implemented
in pytest with marking the tests with a custom marker if required.
10 лет назад
David Winterbottom
03676aedf7
Use nose test generators instead of @dataProviders
12 лет назад
David Winterbottom
0dc6816a93
Extract functionality from oscar.test into separate package
Fixes #376
13 лет назад
David Winterbottom
feb8c9a327
Moved tests into separate package.
Also split them into unit and functional tests.
13 лет назад
David Winterbottom
11a85900ab
Added environmental logging, and PCI formatter - plus tests
14 лет назад