Skip to content

Commit

Permalink
Initial file commit for testing purposes. NOAA-GFDL#139
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Hannah committed Aug 11, 2017
1 parent ebc0c8d commit 2bd5433
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/tests/test_units.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from __future__ import print_function

import sys
import os
import pytest

class TestUnits:

def test_thickness(self):
pass

0 comments on commit 2bd5433

Please sign in to comment.