summarylogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 160cc3bac642f0b54cddbd6102905b9c2857de5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

# pytest-filedata change log

## [Unreleased]
### Added
### Fixed
### Changed
- removed pytest_namespace for pytest4

### Deprecated
### Removed
### Security


## [0.3.0]
### Changed
- ignore directories


## [0.2.0]
### Added
- RequestsData can use .input extensions
- add real_http option
- py3 support

### Changed
- requests status code is optional, defaults to 200
- split filename to name, path on Data obj