Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
diffoscope
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reproducible Builds
diffoscope
Commits
9d4113be
Commit
9d4113be
authored
8 years ago
by
Chris Lamb
Browse files
Options
Downloads
Patches
Plain Diff
Show local variables in pytest tracebacks.
Signed-off-by:
Chris Lamb
<
lamby@debian.org
>
parent
83e939e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
debian/tests/pytest
+3
-1
3 additions, 1 deletion
debian/tests/pytest
with
4 additions
and
2 deletions
debian/rules
+
1
−
1
View file @
9d4113be
...
...
@@ -21,7 +21,7 @@ endif
export PATH := $(CURDIR)/bin:$(PATH)
export PYBUILD_DESTDIR = debian/diffoscope
export PYBUILD_TEST_ARGS = -vv -r sxX --cov=diffoscope --cov-report=term-missing --cov-report=html
export PYBUILD_TEST_ARGS = -vv -r sxX
-l
--cov=diffoscope --cov-report=term-missing --cov-report=html
export PYBUILD_AFTER_TEST = debian/tests/basic-command-line
export PYBUILD_AFTER_INSTALL = rm -rvf '{destdir}/{install_dir}/htmlcov' '{destdir}/{install_dir}/.coverage'
...
...
This diff is collapsed.
Click to expand it.
debian/tests/pytest
+
3
−
1
View file @
9d4113be
...
...
@@ -10,4 +10,6 @@ fi
export
LIBGUESTFS_MEMSIZE
=
128
cp
-r
tests
$ADTTMP
(
cd
$ADTTMP
;
py.test-3
-vv
-r
a
)
(
cd
$ADTTMP
;
py.test-3
-vv
-l
-r
a
)
-vv
-r
sxX
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment