File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232# https://docs.pytest.org/en/latest/index.html
3333
3434def test_first ():
35- assert (pointofview .get_pov (POV_FIRST_SINGULAR ) == 'first' )
36- assert (pointofview .get_pov (POV_FIRST_PLURAL ) == 'first' )
35+ assert (pointofview .get_pov (POV_FIRST_SINGULAR ) == 'first' ) # nosec
36+ assert (pointofview .get_pov (POV_FIRST_PLURAL ) == 'first' ) # nosec
3737
3838def test_second ():
39- assert (pointofview .get_pov (POV_SECOND ) == 'second' )
39+ assert (pointofview .get_pov (POV_SECOND ) == 'second' ) # nosec
4040
4141def test_third ():
42- assert (pointofview .get_pov (POV_THIRD ) == 'third' )
42+ assert (pointofview .get_pov (POV_THIRD ) == 'third' ) # nosec
4343
4444def test_none ():
45- assert (pointofview .get_pov (POV_NONE ) == None )
45+ assert (pointofview .get_pov (POV_NONE ) == None ) # nosec
You can’t perform that action at this time.
0 commit comments