-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
_________________ 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