Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ability to define and load HTML fixtures in the suite.json file #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

ability to define and load HTML fixtures in the suite.json file #3

wants to merge 1 commit into from

Conversation

peterbe
Copy link

@peterbe peterbe commented Jun 29, 2011

This fork adds the ability to specify templates that become embedded inside the <div id="qunit-fixture"> tag.
It also moves all Javascript extra modules to appear below the qunit-fixture DOM element.

We're currently relying on this fork of mine for a project within Mozilla. Would be more than happy to discuss improving the fork with more documentation or tests.

@peterbe
Copy link
Author

peterbe commented Jul 7, 2011

Any thoughts on this?

{% for html in suite.html_fixtures %}
{{ html|safe }}
{% endfor %}
</div>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess when in Rome, do as the romans do, not as your editor ;-) The indention should match the rest of the file.

smaggs referenced this pull request in lananelson/django-qunit Sep 4, 2013
Customized url construction for additional js/css to fit better with Flashnotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants