Compare projects
Project comparisons allow you to view any selection of projects side by side just like they're shown on regular categories or in search results. You can try out an example or start yourself by adding a library to the comparison via the input below. You can also easily share your current comparison with others by sending the URL of the current page.
0.01
Bond is a small library that can be used to spy values and mock functions
during tests. Spying is a replacement for writing the assertEquals in your
test, which are tedious to write and even more tedious to update when your
test setup or code inevitably changes. With Bond, you separate what is
being verified, e.g., the variable named output, from what value it should
have. This way you can quickly spy several variables, even have structured
values such as lists or dictionaries, and these values are saved into an
observation log that is saved for future reference. If the test observations
are different you have the option to interact with a console or visual tool
to see what has changed, and whether the reference set of observations need
to be updated.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity