Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Fixed run_tests so it works without Chula being installed
Browse files Browse the repository at this point in the history
Closes GH-4
  • Loading branch information
jmcfarlane committed Apr 25, 2009
1 parent 448b480 commit 5fc1684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<release date="" version="0.1.0">
<log>Fixed corner case in FieldStorage array structures</log>
<log>Fixed defect in chula.date.str2date() with UTC +n</log>
<log>Fixed run_tests so it works without Chula being installed</log>
</release>

<release date="04/11/2009" version="0.0.6">
Expand Down
3 changes: 3 additions & 0 deletions scripts/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import os
import sys

# For those running tests without Chula actually installed
sys.path.insert(0, os.path.dirname(sys.path[0]))

from chula import testutils

if __name__ == "__main__":
Expand Down

0 comments on commit 5fc1684

Please sign in to comment.