summaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-01-01 12:02:10 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-01-01 12:10:43 -0600
commit023b9bf36a4305f5edceece7ac6eabbd16e2e40d (patch)
treeb9238fb788560d94b2602c8996873750c5273abb /noxfile.py
parent347048289ed25ec847a40dc5971ee8a538b4aebf (diff)
downloadrequests-cache-023b9bf36a4305f5edceece7ac6eabbd16e2e40d.tar.gz
Format using a more typical line length of 100
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/noxfile.py b/noxfile.py
index 941b945..d57980d 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -19,7 +19,9 @@ CLEAN_DIRS = ['dist', 'build', join('docs', '_build'), join('docs', 'modules')]
UNIT_TESTS = join('tests', 'unit')
INTEGRATION_TESTS = join('tests', 'integration')
-COVERAGE_ARGS = '--cov --cov-report=term --cov-report=html' # Generate HTML + stdout coverage report
+COVERAGE_ARGS = (
+ '--cov --cov-report=term --cov-report=html' # Generate HTML + stdout coverage report
+)
XDIST_ARGS = '--numprocesses=auto --dist=loadfile' # Run tests in parallel, grouped by test module