You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/README.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,31 @@ and run:
18
18
19
19
```
20
20
pytest
21
-
```
21
+
```
22
+
23
+
If all test passes, the output should look like the following:
24
+
25
+
```shell
26
+
========================================================================================== test session starts ===========================================================================================
27
+
platform linux -- Python 3.10.13, pytest-7.4.2, pluggy-1.3.0
/home/dnth/anaconda3/envs/tests/lib/python3.10/site-packages/fastdup/fastdup_controller.py:385: UserWarning: No connected components found, try using a lower threshold
38
+
warnings.warn(f'No connected components found, try using a lower threshold')
0 commit comments