summaryrefslogtreecommitdiff
path: root/tests/backtest.py
Commit message (Collapse)AuthorAgeFilesLines
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Move some code to where it belongsNed Batchelder2015-02-141-25/+0
|
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-1/+1
|
* Change all pylint message codes to message namesNed Batchelder2014-11-231-1/+1
|
* Upgraded pylint to 1.4, removed useless suppressionsNed Batchelder2014-11-231-1/+1
|
* Remove old stuff for old PythonsNed Batchelder2014-06-031-28/+18
|
* Run tests with warnings on, and fix some warningsNed Batchelder2014-05-151-1/+3
|
* I guess that was too modern. Need to define execfile in this module.Ned Batchelder2013-09-281-1/+1
|
* Modernize.Ned Batchelder2013-09-281-3/+3
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+49
package.