You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,9 @@ Please leave your comment on the [issue tracker](https://github.com/PyHDI/Pyveri
63
63
64
64
Please check CONTRIBUTORS.md for the contributors who provided pull requests.
65
65
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
+
67
69
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.
0 commit comments