Skip to content

Commit 185c129

Browse files
authored
Merge pull request #18 from Sparks29032/CI
merging to test workflows
2 parents 24f21e7 + 0d0e645 commit 185c129

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- CI
78
pull_request:
89
workflow_dispatch:
910

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
testpaths= src/diffpy/utils/tests
3+
python_files = test*.py

requirements/build.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
python
2+
setuptools
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import unittest
77
import numpy
88
from diffpy.utils.parsers import loadData
9-
from diffpy.utils.tests.testhelpers import datafile
9+
from diffpy.utils.tests.t_helpers import datafile
1010

1111
loaddata01 = datafile('loaddata01.txt')
1212

0 commit comments

Comments
 (0)