File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ install:
10
10
- pip3 install -r requirements.txt
11
11
- cd tests
12
12
script :
13
- - python3 test_getemails.py
14
- - python3 test_getweblinks.py
15
- - python3 test_savetofile.py
13
+ - pytest
16
14
notifications :
17
15
slack : dedsec-inside:24NHg47gypeVR3DWnEncRq7c
Original file line number Diff line number Diff line change 2
2
--------------------
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## 1.2.0 | (Currently in Development)
5
+ ## 1.2.0 | Present (Stable)
6
+
7
+ ### Changed
8
+ * Major code improvements
9
+ * Pep 8 Standard
10
+ * Tests
11
+ * Library changes
6
12
7
13
### Added
14
+ * Documentation
8
15
* Save to JSON
9
16
* Testcase for Save to JSON
10
- * Save to DB
11
17
12
- ## 1.1.0 - July 6, 2017 - Present
18
+ ## 1.1.0 - July 6, 2017 - Nov 16
13
19
14
20
### Added
15
21
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ the following steps:
72
72
5 . Save crawl info to JSON file.(Completed)
73
73
6 . Crawl custom domains.(Completed)
74
74
7 . Check if the link is live.(Not Started)
75
- 4 . Built-in Updater.(Completed)
75
+ 8 . Built-in Updater.(Completed)
76
76
...(will be updated)
77
77
78
78
## Contribute
You can’t perform that action at this time.
0 commit comments