Skip to content

Commit

Permalink
EXPVAR_SKIP setting to skip apps
Browse files Browse the repository at this point in the history
  • Loading branch information
thraxil committed May 4, 2016
1 parent c51b33f commit ed5c472
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Empty file added testapp/skipme/__init__.py
Empty file.
Empty file added testapp/skipme/models.py
Empty file.
8 changes: 8 additions & 0 deletions testapp/skipme/vars.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import expvar


class SkipThis(expvar.ExpVar):
name = "skipthis"

def value(self):
return "shouldn't see this"

0 comments on commit ed5c472

Please sign in to comment.