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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,13 @@
39
39
40
40
Welcome to **EchoNext**, where innovation meets simplicity! Are you tired of the sluggishness of traditional web frameworks? Want a solution that keeps pace with your ambitious apps? Look no further. EchoNext is your agile companion in the world of web development!
**Imagine** a lightweight framework that empowers you to create modern web applications with lightning speed and flexibility. With EchoNext, you're not just coding; you're building a masterpiece!
43
47
44
-
> Last stable version: 0.6.10 alpha
48
+
> Last stable version: 0.6.11 alpha
45
49
46
50
> Next Big Update: ASYNC & unicorn support
47
51
@@ -758,6 +762,13 @@ class IndexView(View):
758
762
return Response(request, body="Message has accepted!")
759
763
```
760
764
765
+
## Tests coverage
766
+
To test the web framework, PyTest with the pytest-cov plugin is used. You can look at the tests in [tests directory](./tests)
767
+
768
+
| Statements | Miss | Coverage |
769
+
|------------|------------|----------|
770
+
| 1327 | 997 | 28% |
771
+
761
772
## Documentation 🌍
762
773
Extended documentation and framework specifications are available at the following links:
0 commit comments