added test to check for API pagination

This commit is contained in:
smilerz
2024-03-28 17:39:06 -05:00
parent f47c806ebd
commit e99ff005d6
5 changed files with 26 additions and 6 deletions

2
.vscode/launch.json vendored
View File

@@ -24,7 +24,7 @@
"console": "integratedTerminal",
"env": {
// coverage and pytest can't both be running at the same time
"PYTEST_ADDOPTS": "--no-cov"
"PYTEST_ADDOPTS": "--no-cov -n 0"
},
"django": true,
"justMyCode": true