Skip to content

Commit 0dfef99

Browse files
authored
Merge pull request #122 from sbillinge/tests
Tests
2 parents f18bfbb + 828d6bb commit 0dfef99

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PDFgui
1111
Graphical user interface program for structure refinements to atomic
1212
pair distribution function.
1313

14-
PDFgui is a friendly interface to PDFfit2 refinement engine, with many
14+
PDFgui is a friendly interface to the PDFfit2 refinement engine, with many
1515
powerful extensions. To get started, please open the manual from the
1616
help menu and follow the tutorial instructions. A detailed description
1717
is available in the doc/Farrow-jpcm-2007.pdf paper.

Diff for: requirements/run.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
numpy
2+
wxpython
3+
diffpy.pdffit2
4+
diffpy.utils
5+
matplotlib-base

Diff for: requirements/test.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pytest
2+
freezegun

0 commit comments

Comments
 (0)