mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 18:35:23 -04:00
add SQLite semaphore mockup
This commit is contained in:
parent
28aea6465e
commit
d89b6ce419
4 changed files with 120 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue