Browse Source

renamed DummySheet to MockWorkbookSheet

pull/1/head
Holger Frey 5 years ago
parent
commit
8463b33175
  1. 4
      tests/conftest.py

4
tests/conftest.py

@ -1,9 +1,11 @@ @@ -1,9 +1,11 @@
""" Global test fixtures and Mocks """
from pathlib import Path
import pytest
class DummySheet:
class MockWorkbookSheet:
def __init__(self, data):
self._data = data

Loading…
Cancel
Save