Skip to content

Commit

Permalink
Refactor recorder program into "saraswati" module
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 20, 2021
1 parent 7cf4113 commit 55c4c46
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Generate coverage report
#if: matrix.python-version == '3.9'
run: |
pytest --cov=python tests
pytest --cov=saraswati tests
coverage xml
- name: Upload coverage to Codecov
Expand Down
File renamed without changes.
File renamed without changes.
Empty file added saraswati/__init__.py
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_recorder.py
Expand Up @@ -7,7 +7,7 @@

def test_spike():

spike = load_module_from_file("python/examples/flac-timestamp-chunked.py")
spike = load_module_from_file("saraswati/recorder.py")

# Setup logging
spike.setup_logging(level=logging.DEBUG)
Expand Down

0 comments on commit 55c4c46

Please sign in to comment.