Skip to content

Commit 4a99523

Browse files
lwasserwillingcucodery
authored
Fix: edits from @willingc , @ucodery
Co-authored-by: Carol Willing <carolcode@willingconsulting.com> Co-authored-by: Jeremy Paige <ucodery@gmail.com>
1 parent 0cef5df commit 4a99523

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/tests-ci.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Run tests with Continuous Integration
22

3-
Running your [test suite locally](run-tests) is useful as you develop code and also test new features or changes to the code base. However, you also will want to setup Continuous Integration (CI) to run your tests online. CI allows you to run all of your tests in the cloud. While you may only be able to run tests locally on a specific operating system that you run, in CI you can specify tests to run both on various versions of Python and across different operating systems.
3+
Running your [test suite locally](run-tests) is useful as you develop code and also test new features or changes to the code base. However, you also will want to setup Continuous Integration (CI) to run your tests online. CI allows you to run all of your tests in the cloud. While you may only be able to run tests locally on a specific operating system, using CI you can specify tests to run both on various versions of Python and across different operating systems.
44

55
CI can also be triggered for pull requests and pushes to your repository. This means that every pull request that you, your maintainer team or a contributor submit, can be tested. In the end CI testing ensures your code continues to run as expected even as changes are made to the code base.
66

@@ -21,8 +21,7 @@ locally.
2121

2222
Below is an example GitHub action that runs tests using nox
2323
across both Windows, Mac and Linux and on Python versions
24-
3.9-3.11. It also includes two steps that make your build more
25-
efficient so your dependencies aren't downloaded multiple times.
24+
3.9-3.11.
2625

2726
To work properly, this file should be located in a root directory of your
2827
GitHub repository:

0 commit comments

Comments
 (0)