Skip to content

Commit

Permalink
Docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Oct 2, 2023
1 parent c12452e commit a61c615
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Configuration file for the package."""
import os
import time

Expand Down
1 change: 1 addition & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Unit tests run by pytest."""
3 changes: 3 additions & 0 deletions tests/test_example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""Test the example module."""


def test_example(tmpdir):
"""Test some simple math."""
assert 2 + 2 == 4

0 comments on commit a61c615

Please sign in to comment.