Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
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
clients
python
DuniterPy
Commits
4db793ba
Commit
4db793ba
authored
6 years ago
by
Vincent Texier
Browse files
Options
Downloads
Patches
Plain Diff
[fix] Fix tests filter removed and improve README tests filter example
parent
1abd7b3d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!56
Several transaction enhancements, other improvements
Pipeline
#5328
passed
6 years ago
Stage: github-sync
Stage: release
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
README.rst
+2
-2
2 additions, 2 deletions
README.rst
with
3 additions
and
3 deletions
Makefile
+
1
−
1
View file @
4db793ba
...
...
@@ -6,7 +6,7 @@ docs:
# run tests
tests
:
python3
-m
unittest
python3
-m
unittest
${
TESTS_FILTER
}
# check static typing
check
:
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
2
−
2
View file @
4db793ba
...
...
@@ -69,9 +69,9 @@ Development
make tests
* Run only some unit tests
with
::
* Run only some unit tests
by passing a special ENV variable
::
make tests
test_filter
=tests.documents.test_block.TestBlock.test_fromraw
make tests
TESTS_FILTER
=tests.documents.test_block.TestBlock.test_fromraw
Documentation
-------------
...
...
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