File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,19 +68,19 @@ def test_fnames():
6868
6969
7070def test_options_scatter ():
71- assert bashplot .get_args (opt = {"scatter" : True })["scatter" ] == True
71+ assert bashplot .get_args (opt = {"scatter" : True })["scatter" ] is True
7272
7373
7474def test_options_color ():
75- assert bashplot .get_args (opt = {"color" : True })["color" ] == True
75+ assert bashplot .get_args (opt = {"color" : True })["color" ] is True
7676
7777
7878def test_options_legend ():
79- assert bashplot .get_args (opt = {"legend" : False })["legend" ] == False
79+ assert bashplot .get_args (opt = {"legend" : False })["legend" ] is False
8080
8181
8282def test_options_version ():
83- assert bashplot .get_args (opt = {"version" : True })["version" ] == True
83+ assert bashplot .get_args (opt = {"version" : True })["version" ] is True
8484
8585
8686def test_xlimits ():
You can’t perform that action at this time.
0 commit comments