Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rdos-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien David
rdos-python
Merge requests
!5
Wip adding tests and json functions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Wip adding tests and json functions
WIP---ADDING-Tests-and-JSON-FUNCTIONS
into
master
Overview
21
Commits
28
Pipelines
12
Changes
10
Merged
Ismail Moumni
requested to merge
WIP---ADDING-Tests-and-JSON-FUNCTIONS
into
master
4 years ago
Overview
8
Commits
28
Pipelines
12
Changes
10
0
0
Merge request reports
Compare
master
version 21
ab34eabe
4 years ago
version 20
874278eb
4 years ago
version 19
c62d3dac
4 years ago
version 18
29462ba3
4 years ago
version 17
f074d6d9
4 years ago
version 16
60e9e162
4 years ago
version 15
d9244f8d
4 years ago
version 14
36b8b2f6
4 years ago
version 13
9d1456dd
4 years ago
version 12
d453f04f
4 years ago
version 11
2625bced
4 years ago
version 10
45f7973c
4 years ago
version 9
d087912a
4 years ago
version 8
f7626684
4 years ago
version 7
793249b6
4 years ago
version 6
28530fed
4 years ago
version 5
8824e5ff
4 years ago
version 4
e557353c
4 years ago
version 3
9731c18d
4 years ago
version 2
c4615797
4 years ago
version 1
6ddf4154
4 years ago
master (base)
and
latest version
latest version
dc3aaed3
28 commits,
4 years ago
version 21
ab34eabe
27 commits,
4 years ago
version 20
874278eb
26 commits,
4 years ago
version 19
c62d3dac
25 commits,
4 years ago
version 18
29462ba3
23 commits,
4 years ago
version 17
f074d6d9
22 commits,
4 years ago
version 16
60e9e162
21 commits,
4 years ago
version 15
d9244f8d
20 commits,
4 years ago
version 14
36b8b2f6
19 commits,
4 years ago
version 13
9d1456dd
18 commits,
4 years ago
version 12
d453f04f
16 commits,
4 years ago
version 11
2625bced
13 commits,
4 years ago
version 10
45f7973c
12 commits,
4 years ago
version 9
d087912a
11 commits,
4 years ago
version 8
f7626684
10 commits,
4 years ago
version 7
793249b6
9 commits,
4 years ago
version 6
28530fed
8 commits,
4 years ago
version 5
8824e5ff
7 commits,
4 years ago
version 4
e557353c
6 commits,
4 years ago
version 3
9731c18d
5 commits,
4 years ago
version 2
c4615797
4 commits,
4 years ago
version 1
6ddf4154
2 commits,
4 years ago
10 files
+
307
−
38
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
tests/.vscode/settings.json
0 → 100644
+
11
−
0
View file @ dc3aaed3
Edit in single-file editor
Open in Web IDE
{
"python.testing.pytestArgs"
:
[
"."
],
"python.testing.unittestEnabled"
:
false
,
"python.testing.nosetestsEnabled"
:
false
,
"python.testing.pytestEnabled"
:
true
,
"python.linting.pylintEnabled"
:
false
,
"python.linting.flake8Enabled"
:
true
,
"python.linting.enabled"
:
true
}
\ No newline at end of file
Loading