Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_learning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
aidge_learning
Commits
56996679
Commit
56996679
authored
10 months ago
by
Grégoire Kubler
Browse files
Options
Downloads
Patches
Plain Diff
chore : removed redundant dummy test
parent
d31a67df
No related branches found
No related tags found
2 merge requests
!17
version 0.2.0
,
!7
Feat/release pip
Pipeline
#51471
passed
10 months ago
Stage: static_analysis
Stage: build
Stage: test
Stage: coverage
Stage: release
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aidge_learning/unit_tests/dummy_test.py
+0
-19
0 additions, 19 deletions
aidge_learning/unit_tests/dummy_test.py
aidge_learning/unit_tests/test_dummy.py
+2
-1
2 additions, 1 deletion
aidge_learning/unit_tests/test_dummy.py
with
2 additions
and
20 deletions
aidge_learning/unit_tests/dummy_test.py
deleted
100644 → 0
+
0
−
19
View file @
d31a67df
import
unittest
class
test_export
(
unittest
.
TestCase
):
"""
Test tensor binding
"""
def
setUp
(
self
):
pass
def
tearDown
(
self
):
pass
def
test_export_cpp
(
self
):
print
(
"
Learning tests to do.
"
)
self
.
assertEqual
(
True
,
True
)
if
__name__
==
"
__main__
"
:
unittest
.
main
()
This diff is collapsed.
Click to expand it.
aidge_learning/unit_tests/test_dummy.py
+
2
−
1
View file @
56996679
...
...
@@ -14,7 +14,8 @@ import aidge_learning
class
test_dummy
(
unittest
.
TestCase
):
"""
Test tensor binding
"""
Dummy test to satisfy the CI
"""
def
setUp
(
self
):
pass
...
...
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