2.0 first commit
This commit is contained in:
12
test/test_table.py
Normal file
12
test/test_table.py
Normal file
@ -0,0 +1,12 @@
|
||||
import unittest
|
||||
import pandas as pd
|
||||
|
||||
from lightweight_charts import Chart
|
||||
|
||||
|
||||
class TestTable(unittest.TestCase):
|
||||
...
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user