Skip to content

Commit 55fb5ea

Browse files
committed
update
1 parent cf5f428 commit 55fb5ea

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ Please leave your comment on the [issue tracker](https://github.com/PyHDI/Pyveri
6363

6464
Please check CONTRIBUTORS.md for the contributors who provided pull requests.
6565

66-
Pyverilog uses **pytest** for the integration testing. **When you send a pull request, please include a test example with pytest.**
66+
Pyverilog uses **pytest** for the integration testing. **When you send a pull request, please include a testing example with pytest.**
67+
To write a testing code, please refer the existing testing examples in "tests" directory.
68+
6769
If the requested codes passes the testing successfully and have no obvious problem, they will be merged to the *develop* branch by the main committers.
6870

6971

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,12 @@ Please check CONTRIBUTORS.md for the contributors who provided pull
7373
requests.
7474

7575
Pyverilog uses **pytest** for the integration testing. **When you send a
76-
pull request, please include a test example with pytest.** If the
77-
requested codes passes the testing successfully and have no obvious
78-
problem, they will be merged to the *develop* branch by the main
76+
pull request, please include a testing example with pytest.** To write a
77+
testing code, please refer the existing testing examples in “tests”
78+
directory.
79+
80+
If the requested codes passes the testing successfully and have no
81+
obvious problem, they will be merged to the *develop* branch by the main
7982
committers.
8083

8184
Documentation

0 commit comments

Comments
 (0)