Skip to content

Commit

Permalink
Framed the main function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niceno Bojan committed Jun 10, 2017
1 parent 21e1eaf commit c02c931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

from pyns import tests

# =============================================================================
def main():
# -----------------------------------------------------------------------------

test_mods = [(name, obj) for name, obj in vars(tests).items()
if name.startswith('test_') and name != 'test_all' and
Expand Down

0 comments on commit c02c931

Please sign in to comment.