Skip to content

Commit

Permalink
added badge and dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebrilhante committed Jul 4, 2024
1 parent ad19fe2 commit a6ce341
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# quantnet

[![Python](https://github.com/alexandrebrilhante/quantnet/actions/workflows/python-package.yml/badge.svg)](https://github.com/alexandrebrilhante/quantnet/actions/workflows/python-package.yml)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/quantnet)
![GitHub](https://img.shields.io/github/license/alexandrebrilhante/quantnet)

Expand Down
9 changes: 9 additions & 0 deletions tests/test_quantnet.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import unittest


class TestDummy(unittest.TestCase):
def setUp(self):
return super().setUp()

def test_dummy():
assert True

0 comments on commit a6ce341

Please sign in to comment.