Skip to content

Commit 718b8e7

Browse files
committed
disable test e15 for now
1 parent 52bca95 commit 718b8e7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/circuitpython/dotenv_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
print("e12", dotenv.get_key(FILE, "e12"))
1818
print("e13", dotenv.get_key(FILE, "e13"))
1919
print("e14", dotenv.get_key(FILE, "e14"))
20-
print("e15", dotenv.get_key(FILE, "e15"))
20+
# print("e15", dotenv.get_key(FILE, "e15"))
2121
print("e16", dotenv.get_key(FILE, "e16"))
2222
print("e17", dotenv.get_key(FILE, "e17"))
2323
print("e18", dotenv.get_key(FILE, "e18"))

tests/circuitpython/dotenv_test.py.exp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ e12 multi
1414
line
1515
e13 e13value
1616
e14 None
17-
e15 e15value
1817
e16 #
1918
e17 def
2019
e18 #has a hash

0 commit comments

Comments
 (0)