Skip to content

Commit c5a50dc

Browse files
authored
Merge pull request diffpy#82 from bobleesj/patch-1
Add news file for moving tests dir and pip install . to solve CI import issue
2 parents b19c917 + 0d07c78 commit c5a50dc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

news/tests-dir.rst

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* Moved the tests directory from src to the root using conftest.py.
20+
* Fixed a circular import bug during " pip install ." in GitHub CI.
21+
* Renamed .py files under tests to snake_case.
22+
23+
**Security:**
24+
25+
* <news item>

0 commit comments

Comments
 (0)