add SQLite semaphore mockup

This commit is contained in:
Nick Sweeting 2024-09-22 16:28:30 -07:00
parent 28aea6465e
commit d89b6ce419
No known key found for this signature in database
4 changed files with 120 additions and 17 deletions

View file

@ -63,7 +63,7 @@ def convert(ini_str: str) -> str:
### Basic Assertions
test_input = """
test_input = r"""
[SERVER_CONFIG]
IS_TTY=False
USE_COLOR=False
@ -225,7 +225,7 @@ NODE_VERSION=v21.7.3
"""
expected_output = '''[SERVER_CONFIG]
expected_output = r'''[SERVER_CONFIG]
IS_TTY = false
USE_COLOR = false
SHOW_PROGRESS = false