Skip to content

Commit

Permalink
test local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Apr 8, 2024
1 parent 00d9af1 commit 1dab2a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manual.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this file is for manual debugging
import sys
sys.path[0] = "/".join(sys.path[0].split("/")[:-1])

import quarkify


Expand Down
4 changes: 4 additions & 0 deletions tests/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ <h1>Testing the Tests</h1>
<div id="content">
<h2>What is a test?</h2>
<p>The quick brown fox jumps over the lazy dog.</p>
<h2>But really, what is a test?</h2>
<p>The quick brown fox jumps over the lazy dog!</p>
<h3>Lorem Ipsum Ipsum Lorem</h3>
<p>TESTING TESTING TESTING</p>
</div>

<div id="footer">
Expand Down

0 comments on commit 1dab2a1

Please sign in to comment.