lp:~robru/python-dbusmock/querycalls

Created by Robert Bruce Park and last modified
Get this branch:
bzr branch lp:~robru/python-dbusmock/querycalls
Only Robert Bruce Park can upload to this branch. If you are Robert Bruce Park please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Robert Bruce Park
Project:
python-dbusmock
Status:
Merged

Recent revisions

102. By Robert Bruce Park

Cleanup API as per Martin Pitt's requests.

101. By Robert Bruce Park

Use str.index instead of str.find.

The reason for this is that str.index will raise an exception if the
substring is not found, which will cause the test to fail; str.find
will return -1 if the substring is not found, which technically
evaluates to true, and thus doesn't cause the test to fail at all if
the string is not found.

100. By Robert Bruce Park

Add new dbus methods ClearLog and QueryCalls.

These make it easier to test the mocked method signatures when your
testsuite is written in a different language than Python, running in a
separate process than dbusmock.

99. By Martin Pitt

release 0.3.1

98. By Martin Pitt

upower template: Set Energy and EnergyFull properties.

97. By Martin Pitt

release 0.3

96. By Martin Pitt

fix argument logging for Python 2

95. By Martin Pitt

Add "notification_daemon" mock template.

94. By Martin Pitt

Fix race condition in waiting for mock to get online on the bus, by avoiding triggering D-BUS service activation with system-installed services.

93. By Martin Pitt

In the logging of mock method calls, log the arguments as well.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~pitti/python-dbusmock/old-bzr-trunk
This branch contains Public information 
Everyone can see this information.