Skip to content

Commit

Permalink
Move test script to tests dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysitu committed Oct 31, 2023
1 parent 386d7db commit 3aa777e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added tests/__init__.py
Empty file.
4 changes: 2 additions & 2 deletions msfinance/unit_test.py → tests/test_stocks.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/python3 -u

from msfinance import stocks
import os
import time
import re
import sys
import stocks
import pandas as pd
import requests
import json
Expand All @@ -13,7 +13,7 @@
proxy = 'socks5://127.0.0.1:1088'

stock = stocks.Stock(
debug=True,
debug=True,
session='/tmp/msfinance/msf.sql3',
proxy=proxy,
)
Expand Down

0 comments on commit 3aa777e

Please sign in to comment.