Skip to content

Commit

Permalink
Making tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjb committed Sep 5, 2012
1 parent 02e984b commit 3d94fa7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions css/css3githubbuttons/test_css3_github_buttons.txt
@@ -1,10 +1,9 @@
How to use?
===========
Tests - How to use
==================

You can import ``buttons`` from ``css.css3githubbuttons`` and ``need`` it
where you want these resources to be included on a page::

You can import ``XXX`` from ``css.css3githubbuttons`` and ``need`` it where you want
these resources to be included on a page::

>>> from css.css3githubbuttons import XXX # XXX fix this test
>>> XXX.need()
>>> from css.css3githubbuttons import buttons
>>> buttons.need()

0 comments on commit 3d94fa7

Please sign in to comment.