Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b1cea87

Browse filesBrowse files
authored
Fix test in Advanced Functions (empa-scientific-it#173)
1 parent 3cbf3d3 commit b1cea87
Copy full SHA for b1cea87

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎tutorial/tests/test_functions_advanced.py

Copy file name to clipboardExpand all lines: tutorial/tests/test_functions_advanced.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import time
33
import typing as t
44
from string import ascii_lowercase as lowercase
5+
from string import ascii_uppercase as uppercase # noqa: F401
6+
from string import digits, punctuation # noqa: F401
57

68
import pytest
79

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.