We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a164a commit d0f9f66Copy full SHA for d0f9f66
unit_tests/test_cli.py
@@ -10,6 +10,7 @@ def test_create_robyn_app():
10
"directory": "test_dir",
11
"docker": "N",
12
"project_type": "no-db",
13
+ "db_migration": "N"
14
}
15
with patch("robyn.cli.os.makedirs") as mock_makedirs:
16
with patch("robyn.cli.shutil.copytree") as mock_copytree, patch("robyn.os.remove") as _mock_remove:
0 commit comments