Skip to content

Commit 8191b8f

Browse files
committed
refs #278 Unit Tests ruff ignore
add a .ruffignore file to ignore the /tests folder
1 parent 61fc8ec commit 8191b8f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.ruffignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/tests

tests/progressanimate_test.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
import pysimplesql as ss
2-
import pytest
31
from time import sleep
42

3+
import pytest
4+
5+
import pysimplesql as ss
6+
57

68
# Simulated process
79
def process(raise_error=False):

0 commit comments

Comments
 (0)