Skip to content

Commit

Permalink
fix format, add releasenote
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Oct 27, 2023
1 parent 718f7f1 commit 6379657
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions releasenotes/notes/remove_qiskit_test-777882fa1591b6e7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
deprecations:
- |
Removed importing qiskit.test from test and include some classes in Aer
1 change: 1 addition & 0 deletions test/terra/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def assertDictAlmostEqual(
msg = self._formatMessage(msg, error_msg)
raise self.failureException(msg)


def dicts_almost_equal(dict1, dict2, delta=None, places=None, default_value=0):
"""Test if two dictionaries with numeric values are almost equal.
Expand Down
2 changes: 0 additions & 2 deletions test/terra/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,3 @@ def decorator(cls):
return cls

return decorator


0 comments on commit 6379657

Please sign in to comment.