Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenQlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Automate
Agent sessions
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
las-nq
OpenQlab
Commits
ee11a777
Commit
ee11a777
authored
Dec 11, 2019
by
Jan Petermann
Browse files
Options
Downloads
Patches
Plain Diff
more test bodies
parent
550b21b4
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/tests/test_conversion/tests_db/test_to_lin.py
+24
-0
24 additions, 0 deletions
src/tests/test_conversion/tests_db/test_to_lin.py
src/tests/test_conversion/tests_db/tests_db.py
+12
-0
12 additions, 0 deletions
src/tests/test_conversion/tests_db/tests_db.py
with
36 additions
and
0 deletions
src/tests/test_conversion/tests_db/test_to_lin.py
0 → 100644
+
24
−
0
View file @
ee11a777
import
unittest
from
pathlib
import
Path
from
openqlab.conversion.db
import
to_lin
class
TestGwinstek
(
unittest
.
TestCase
):
def
test_positive_integer
(
self
):
pass
def
test_negative_integer
(
self
):
pass
def
test_positiv_float
(
self
):
pass
def
test_negative_float
(
self
):
pass
def
test_dataframe
(
self
):
pass
def
test_numpy_array
(
self
):
pass
This diff is collapsed.
Click to expand it.
src/tests/test_conversion/tests_db/tests_db.py
0 → 100644
+
12
−
0
View file @
ee11a777
import
unittest
from
pathlib
import
Path
from
openqlab.conversion.db
import
to_lin
class
TestGwinstek
(
unittest
.
TestCase
):
def
test_to_lin
(
self
):
pass
def
test_from_lin
(
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
sign in
to comment