Commit 251895b
committed
♻️ Remove
The `test_constructor_invalid` test in the `data/pseudo/test_pseudo.py` module was
testing that the `PseudoPotentialData` constructor would fail with no input arguments.
This behaviour was the expected behavior of the parent `SinglefileData` class, from
which `PseudoPotentialData` inherits its constructor. However, the `SinglefileData`
constructor now accepts no input arguments since the changes in:
aiidateam/aiida-core@958bfd0
Which have been released in v2.7.0 of `aiida-core`. Hence, the test is no longer
correct/necessary, and is removed here.test_constructor_invalid test1 parent f49234b commit 251895b
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 35 | | |
42 | 36 | | |
43 | 37 | | |
| |||
0 commit comments