Skip to content

Commit

Permalink
Remove default development settings (#6376)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell authored Jul 23, 2019
1 parent 3ab986a commit f0f2912
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ app_creds_real.py
*.user
*.sln.docstates
.vs/
.vscode
.vscode/

# Windows image file caches
Thumbs.db
Expand Down
5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

2 changes: 2 additions & 0 deletions scripts/devops_tasks/setup_execute_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ def prep_and_run_tests(targeted_packages, python_version, test_res):

if args.disablecov:
test_results_arg.append('--no-cov')
else:
test_results_arg.extend(['--durations=10', '--cov', '--cov-report='])

if args.mark_arg:
test_results_arg.extend(['-m', '"{}"'.format(args.mark_arg)])
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[tool:pytest]
addopts = --durations=10 --cov --cov-report=
norecursedirs = models

0 comments on commit f0f2912

Please sign in to comment.