Mercurial > hg > MakeItSo
annotate tests/test_basic.py @ 261:395fe039c7c0
[packaging] what a difference an underscore makes
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Sun, 13 Aug 2017 15:39:47 -0700 (2017-08-13) |
| parents | 668b0e1f5ce0 |
| children |
| rev | line source |
|---|---|
|
253
668b0e1f5ce0
introduce failing test: the first step to passing
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
1 """ |
|
668b0e1f5ce0
introduce failing test: the first step to passing
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
2 smoketests for MakeItSo |
|
668b0e1f5ce0
introduce failing test: the first step to passing
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
3 """ |
|
668b0e1f5ce0
introduce failing test: the first step to passing
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
4 |
|
668b0e1f5ce0
introduce failing test: the first step to passing
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
5 def test_basic(): |
|
668b0e1f5ce0
introduce failing test: the first step to passing
Jeff Hammel <k0scist@gmail.com>
parents:
diff
changeset
|
6 import makeitso |
