Skip to content

Commit 0311b39

Browse files
committed
Fixes
1 parent 3627fb8 commit 0311b39

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ install:
1010
- pip3 install -r requirements.txt
1111
- cd tests
1212
script:
13-
- python3 test_getemails.py
14-
- python3 test_getweblinks.py
15-
- python3 test_savetofile.py
13+
- pytest
1614
notifications:
1715
slack: dedsec-inside:24NHg47gypeVR3DWnEncRq7c

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22
--------------------
33
All notable changes to this project will be documented in this file.
44

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
612

713
### Added
14+
* Documentation
815
* Save to JSON
916
* Testcase for Save to JSON
10-
* Save to DB
1117

12-
## 1.1.0 - July 6, 2017 - Present
18+
## 1.1.0 - July 6, 2017 - Nov 16
1319

1420
### Added
1521

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ the following steps:
7272
5. Save crawl info to JSON file.(Completed)
7373
6. Crawl custom domains.(Completed)
7474
7. Check if the link is live.(Not Started)
75-
4. Built-in Updater.(Completed)
75+
8. Built-in Updater.(Completed)
7676
...(will be updated)
7777

7878
## Contribute

0 commit comments

Comments
 (0)