Skip to content

Commit b19c917

Browse files
authored
Merge pull request #79 from bobleesj/tests-dir
Move tests folder to top level for further refactoring
2 parents 2d439b6 + f9cae2c commit b19c917

24 files changed

+305
-388
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
conda install --file requirements/test.txt
4141
conda install --file requirements/build.txt
4242
python -m pip install -r requirements/pip.txt
43-
python -m pip install -e . --no-deps
43+
python -m pip install . --no-deps
4444
4545
- name: Validate diffpy.pdffit2
4646
run: |

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
conda install --file requirements/run.txt
3737
conda install --file requirements/docs.txt
3838
python -m pip install -r requirements/pip.txt
39-
python -m pip install -e . --no-deps
39+
python -m pip install . --no-deps
4040
4141
- name: build documents
4242
run: make -C doc html

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
conda install --file requirements/test.txt
3838
conda install --file requirements/build.txt
3939
python -m pip install -r requirements/pip.txt
40-
python -m pip install -e . --no-deps
40+
python -m pip install . --no-deps
4141
4242
- name: Validate diffpy.pdffit2
4343
run: python -m pytest

.github/workflows/matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
conda install --file requirements/test.txt
4343
conda install --file requirements/build.txt
4444
python -m pip install -r requirements/pip.txt
45-
python -m pip install -e . --no-deps
45+
python -m pip install . --no-deps
4646
4747
- name: Validate diffpy.pdffit2
4848
run: python -m pytest

conda-recipe/run_test.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

pytest.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/diffpy/pdffit2/tests/__init__.py

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/diffpy/pdffit2/tests/conftest.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/diffpy/pdffit2/tests/debug.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/diffpy/pdffit2/tests/pdffit2testutils.py

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)