Skip to content

test_records_new_interaction fails #212

@mtelka

Description

@mtelka
_________________ TestRecordOnce.test_records_new_interaction __________________

self = <tests.integration.test_record_modes.TestRecordOnce testMethod=test_records_new_interaction>

    def test_records_new_interaction(self):
        s = self.session
        with Betamax(s).use_cassette('test_record_once') as betamax:
            self.cassette_path = betamax.current_cassette.cassette_path
>           assert betamax.current_cassette.is_empty() is True
E           assert False is True
E            +  where False = <bound method Cassette.is_empty of <betamax.cassette.cassette.Cassette object at 0x7fffad73e340>>()
E            +    where <bound method Cassette.is_empty of <betamax.cassette.cassette.Cassette object at 0x7fffad73e340>> = <betamax.cassette.cassette.Cassette object at 0x7fffad73e340>.is_empty
E            +      where <betamax.cassette.cassette.Cassette object at 0x7fffad73e340> = <betamax.recorder.Betamax object at 0x7fffad73ef70>.current_cassette

tests/integration/test_record_modes.py:13: AssertionError

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions