Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-11585: Add pytest support to packages #47

Merged
merged 2 commits into from
Aug 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/testCModel.py → tests/test_cModel.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
1 change: 0 additions & 1 deletion tests/testCModelPlugins.py → tests/test_cModelPlugins.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from builtins import zip
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
1 change: 0 additions & 1 deletion tests/testDoubleShapeletPsfApprox.py → tests/test_doubleShapeletPsfApprox.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from builtins import range
from builtins import object
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
1 change: 0 additions & 1 deletion tests/testGeneralShapeletPsfModels.py → tests/test_generalShapeletPsfModels.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
1 change: 0 additions & 1 deletion tests/testIntegrals.py → tests/test_integrals.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
1 change: 0 additions & 1 deletion tests/testMixture.py → tests/test_mixture.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from builtins import zip
from builtins import range
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
1 change: 0 additions & 1 deletion tests/testOptimizer.py → tests/test_opt
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from builtins import range
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
1 change: 0 additions & 1 deletion tests/testProjectedLikelihood.py → tests/test_projectedLikelihood.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
1 change: 0 additions & 1 deletion tests/testPsfFitter.py → tests/test_psfFitter.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from builtins import range
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
1 change: 0 additions & 1 deletion tests/testSemiEmpiricalPrior.py → tests/test_semiEmpiricalPrior.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
1 change: 0 additions & 1 deletion tests/testSoftenedLinearPrior.py → tests/test_softenedLinearPrior.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from builtins import range
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down
1 change: 0 additions & 1 deletion tests/testTruncatedGaussian.py → tests/test_truncatedGaussian.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from builtins import range
#!/usr/bin/env python
#
# LSST Data Management System
#
Expand Down