Skip to content

Commit 070a126

Browse files
committed
💄 Style test suite
1 parent b88de12 commit 070a126

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/integration/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Test fixtures for integration tests only"""
2+
23
# pylint: disable=redefined-outer-name
34
from datetime import datetime
45
import os

tests/integration/test_long_project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Test suite for longitudinal REDCap Project against real REDCap server"""
2+
23
# pylint: disable=missing-function-docstring
34
import os
45

tests/integration/test_simple_project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Test suite for simple REDCap Project against real REDCap server"""
2+
23
# pylint: disable=missing-function-docstring
34
import os
45
from io import StringIO

tests/unit/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Test fixtures for unit tests only"""
2+
23
from typing import Dict, Generator
34

45
import pytest

0 commit comments

Comments
 (0)