Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pystache_custom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pystache_custom
Commits
4c9d50db
Commit
4c9d50db
authored
Apr 22, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README to reflect new testing procedures.
parent
fec4597d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
README.rst
+13
-8
No files found.
README.rst
View file @
4c9d50db
...
@@ -138,25 +138,30 @@ default to values set in Pystache's ``defaults`` module.
...
@@ -138,25 +138,30 @@ default to values set in Pystache's ``defaults`` module.
Test It
Test It
=======
=======
Use tox_ to test Pystache with multiple versions of Python all at once! ::
From an install-- ::
pystache-test
From a source distribution-- ::
python test_pystache.py
You can also use tox_ to test Pystache under multiple versions of Python
using a single command! ::
pip install tox
pip install tox
tox
tox
If you do not have all Python versions listed in ``tox.in``, then
If you do not have all Python versions listed in ``tox.in
i
``, then
tox -e py26,py27 # for example
tox -e py26,py27 # for example
To include tests from the Mustache spec in your test runs: ::
The source distribution tests also include doctests and tests from the
Mustache spec. To include tests from the Mustache spec in your test runs: ::
git submodule init
git submodule init
git submodule update
git submodule update
You can also test Pystache without tox (but with only a single version of
Python at a time), as below. To do this, install Distribute_ ::
pip install distribute
Python 2.7 and Later
Python 2.7 and Later
--------------------
--------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment