Finished K-Fêt config
This commit is contained in:
commit
6bcd0af329
36 changed files with 1334 additions and 0 deletions
1
tests/__init__.py
Normal file
1
tests/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Unit test package for eos_midi."""
|
21
tests/test_eos_midi.py
Normal file
21
tests/test_eos_midi.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
"""Tests for `eos_midi` package."""
|
||||
|
||||
|
||||
import unittest
|
||||
|
||||
from eos_midi import eos_midi
|
||||
|
||||
|
||||
class TestEos_midi(unittest.TestCase):
|
||||
"""Tests for `eos_midi` 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."""
|
Loading…
Add table
Add a link
Reference in a new issue