Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TabError: inconsistent use of tabs and spaces in indentation in test_strategy_backtest.py #39

Closed
femtotrader opened this issue Jun 22, 2016 · 2 comments

Comments

@femtotrader
Copy link
Contributor

femtotrader commented Jun 22, 2016

There is an issue with test_strategy_backtest.py

It raises TabError: inconsistent use of tabs and spaces in indentation in test_strategy_backtest.py
see https://raw.githubusercontent.com/mhallsmoore/qstrader/master/examples/test_strategy_backtest.py

    # Use the TestCompliance component
    compliance = TestCompliance();

    # Use a simulated IB Execution Handler
    execution_handler = IBSimulatedExecutionHandler(
        events_queue, price_handler, compliance
    )
@femtotrader
Copy link
Contributor Author

In addition to unit tests, runing in Travis random price generation and sample strategies will help to catch this kind of issue

see mhallsmoore/qsforex#19

This was referenced Jun 22, 2016
@femtotrader
Copy link
Contributor Author

Closed by #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant