Skip to content

Commit

Permalink
Add module docstring for test_buy_and_hold.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCheng9 committed Aug 6, 2024
1 parent dc6e365 commit 8c7efb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/strategies/test_buy_and_hold.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
Tests for the Buy and Hold strategy class.
"""
from datetime import date, timedelta

import polars as pl
Expand Down

0 comments on commit 8c7efb5

Please sign in to comment.