52bca95208
.. it needs to operate on a FILE* rather than FIL depending on the build. Note that this is comparing output to expected, not to cpython dotenv package. Because run-tests.py starts the CPython interpreter with the '-S' (skip site initialization) flag, pip-installed packages are not available for import inside a test file. Instead, the exp file is generated manually: ``` circuitpython/tests$ python3 circuitpython/dotenv_test.py > circuitpython/dotenv_test.py.exp ``` Unfortunately, the test fails on test e15: ```diff FAILURE /home/jepler/src/circuitpython/tests/results/circuitpython_dotenv_test.py --- /home/jepler/src/circuitpython/tests/results/circuitpython_dotenv_test.py.exp 2022-10-04 09:48:16.307703128 -0500 +++ /home/jepler/src/circuitpython/tests/results/circuitpython_dotenv_test.py.out 2022-10-04 09:48:16.307703128 -0500 @@ -14,7 +14,7 @@ line e13 e13value e14 None -e15 e15value +e15 None e16 # e17 def e18 #has a hash ``` |
||
---|---|---|
.. | ||
variants | ||
.gitignore | ||
alloc.c | ||
coverage.c | ||
coveragecpp.cpp | ||
displayio_min.c | ||
fatfs_port.c | ||
gccollect.c | ||
input.c | ||
input.h | ||
main.c | ||
Makefile | ||
modffi.c | ||
modjni.c | ||
modmachine.c | ||
modos.c | ||
modtermios.c | ||
modtime.c | ||
moduos_vfs.c | ||
moduselect.c | ||
mpbthciport.c | ||
mpbtstackport_common.c | ||
mpbtstackport_h4.c | ||
mpbtstackport_usb.c | ||
mpbtstackport.h | ||
mpconfigport.h | ||
mpconfigport.mk | ||
mphalport.h | ||
mpnimbleport.c | ||
mpnimbleport.h | ||
mpthreadport.c | ||
mpthreadport.h | ||
qstrdefsport.h | ||
unix_mphal.c |