Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
emarquezz committed Oct 16, 2024
1 parent 3a2bdf3 commit ec74364
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
Binary file modified .DS_Store
Binary file not shown.
18 changes: 1 addition & 17 deletions tests/test_cutiepynb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,4 @@

"""Tests for `cutiepynb` package."""


import unittest

from cutiepynb import cutiepynb


class TestCutiepynb(unittest.TestCase):
"""Tests for `cutiepynb` package."""

def setUp(self):
"""Set up test fixtures, if any."""

def tearDown(self):
"""Tear down test fixtures, if any."""

def test_000_something(self):
"""Test something."""
print('miau')

0 comments on commit ec74364

Please sign in to comment.