use warnings better, small typo correction in test
This commit is contained in:
parent
4cf17c3993
commit
48b95f2700
4 changed files with 8 additions and 7 deletions
|
|
@ -306,8 +306,7 @@ def test_openQCD_filter() -> None:
|
|||
"updated_at"]
|
||||
df = pd.DataFrame(data,columns=cols)
|
||||
|
||||
with pytest.warns(Warning):
|
||||
find.openQCD_filter(df, a = "asdf")
|
||||
find.openQCD_filter(df, a = "asdf")
|
||||
|
||||
|
||||
def test_code_filter() -> None:
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ def test_toml_check_measurement_data() -> None:
|
|||
"param_file": "/path/to/file",
|
||||
"version": "1.1",
|
||||
"prefix": "pref",
|
||||
"cfg_seperator": "n",
|
||||
"cfg_separator": "n",
|
||||
"names": ['list', 'of', 'names']
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue