Skip to content

Commit

Permalink
Merge pull request 3scale#1508 from tkan145/fix-broken-link
Browse files Browse the repository at this point in the history
[doc] fix broken link
  • Loading branch information
tkan145 authored Nov 19, 2024
2 parents 9cf78f4 + c54143f commit dc3f2ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ APIcast uses:

- [OpenResty](http://openresty.org/en/): a platform that includes NGINX, LuaJIT and Lua modules.
- [busted](https://github.com/Olivine-Labs/busted): for the unit tests.
- [Test::Nginx](http://search.cpan.org/~agent/Test-Nginx/lib/Test/Nginx/Socket.pm): for the integration tests.
- [Test::Nginx](https://metacpan.org/pod/Test::Nginx): for the integration tests.

More info can be found in the [development](/doc/development.md) specific doc.

Expand Down
2 changes: 1 addition & 1 deletion doc/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All code is open-source on GitHub.

Splitting code and configuration allows thorough testing of each component individually. We are trying hard to cover every feature and every fix by a regression test.

Using wonderful [Test::Nginx](http://search.cpan.org/~agent/Test-Nginx/lib/Test/Nginx/Socket.pm) framework for high level integration tests allows us to run every test several times in random order to ensure there are no random failures.
Using wonderful [Test::Nginx](https://metacpan.org/pod/Test::Nginx) framework for high level integration tests allows us to run every test several times in random order to ensure there are no random failures.

Low level unit testing is done in Lua testing framework [busted](https://github.com/Olivine-Labs/busted). That allows us to run low level tests for edge cases easily and run them in isolation.

Expand Down

0 comments on commit dc3f2ee

Please sign in to comment.