Problem:
tests/_ast/test_app.py test_has_file_and_dirname fails with upper case file
> assert glbls["file"] == __file__
E AssertionError: assert 'd:\\code-d\\...\\test_app.py' == 'D:\\code-d\\...\\test_app.py'
E
E - D:\code-d\ghcwm\analytic_dev\src\demo\marimo\tests\_ast\test_app.py
E ? ^
E + d:\code-d\ghcwm\analytic_dev\src\demo\marimo\tests\_ast\test_app.py
E ? ^
Describe the bug
Problem: tests/_ast/test_app.py test_has_file_and_dirname fails with upper case file
Fix: force file.lower()
Environment
Windows 10
Code to reproduce
before:
after