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: doc/why.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ All code is open-source on GitHub.
16
16
17
17
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.
18
18
19
-
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.
19
+
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.
20
20
21
21
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.
0 commit comments