public
Description: Test code for erlang-oauth
Homepage:
Clone URL: git://github.com/tim/erlang-oauth-tests.git
Jason Davies (author)
Fri Jul 17 02:11:52 -0700 2009
tim (committer)
Sun Jul 19 10:41:29 -0700 2009
name age message
file Emakefile Tue Jan 13 06:35:49 -0800 2009 Add Emakefile. [tim]
file License.txt Tue Jan 13 06:36:01 -0800 2009 Add license. [tim]
file Makefile Tue Jan 13 06:35:40 -0800 2009 Add Makefile. [tim]
file README.txt Tue Jan 13 06:37:23 -0800 2009 Add basic README. [tim]
directory data/ Sun Jul 19 10:41:29 -0700 2009 Fix PLAINTEXT signature method tests. Signed-o... [Jason Davies]
directory src/ Wed Feb 25 06:15:40 -0800 2009 Update to latest erlang-oauth API and add tests... [tim]
README.txt
Test code for erlang-oauth (http://github.com/tim/erlang-oauth).

To run the unit tests:

  $ make
  ...
  $ erl -pa ebin -pa ../erlang-oauth/ebin -s crypto -noshell -s oauth_unit tests -s init stop
  ...